#6641BC

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

Shades of Purple Heart #6641BC

Tints of Purple Heart #6641BC

Color information

#6641BC (or 0x6641BC) is unknown color: approx Purple Heart. HEX triplet: 66, 41 and BC. RGB value is (102,65,188). Sum of RGB (Red+Green+Blue) = 102+65+188=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #6641BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641BC is #99BE43. Grayscale: #595959. Windows color (decimal): -10075716 or 12337510. OLE color: 12337510.

HSL color Cylindrical-coordinate representation of color #6641BC: hue angle of 258.05º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6641BC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10265188-
CMYK0.460.6500.26
HSL258.05º48.62%49.61%-
HSV(B)258.05º65.43%73.73%-
XYZ16.4510.2448.69-
YUV90.08183.26136.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=28.73%
G=18.31%
B=52.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102651880.460.6500.26258.0548.6249.61
Hex6641BC2E4101A1023132
Octal146101274561010324026162
Binary11001101000001101111001011101000001011010100000010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6641BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6641BC; }

 p { color: rgb(102,65,188); }

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

<style>
 a { background-color: #6641BC; }

 a { background-color: rgb(102,65,188); }

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

<style>
 span { border-color: #6641BC; }

 span { border-color: rgb(102,65,188); }

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