#6745bd

Color #6745BD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6745BD

Tints of Purple Heart #6745BD

Color information

#6745BD (or 0x6745BD) is unknown color: approx Purple Heart. HEX triplet: 67, 45 and BD. RGB value is (103,69,189). Sum of RGB (Red+Green+Blue) = 103+69+189=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #6745BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745BD is #98BA42. Grayscale: #5C5C5C. Windows color (decimal): -10009155 or 12404071. OLE color: 12404071.

HSL color Cylindrical-coordinate representation of color #6745BD: hue angle of 257º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6745BD is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10369189-
CMYK0.460.6300.26
HSL257º47.62%50.59%-
HSV(B)257º63.49%74.12%-
XYZ16.9110.8149.34-
YUV92.85182.26135.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=28.53%
G=19.11%
B=52.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103691890.460.6300.2625747.6250.59
Hex6745BD2E3F01A1013033
Octal14710527556770324016063
Binary1100111100010110111101101110111111011010100000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6745bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6745bd; }

 p { color: rgb(103,69,189); }

 H1.HeaderClassName
 {
   color: #6745bd;
 }
 .AnyTagClassName
 {
   color: #6745bd;
 }
</style>
background-color css

<style>
 a { background-color: #6745bd; }

 a { background-color: rgb(103,69,189); }

 div.DivClassName
 {
   background-color: #6745bd;
 }
 .BgClassName
 {
   background-color: #6745bd;
 }
</style>
border-color css

<style>
 span { border-color: #6745bd; }

 span { border-color: rgb(103,69,189); }

 td.TdClassName
 {
   border-color: #6745bd;
 }
 .TagClassName
 {
   border-color: #6745bd;
 }
</style>