#6641CE

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

Shades of Purple Heart #6641CE

Tints of Purple Heart #6641CE

Color information

#6641CE (or 0x6641CE) is unknown color: approx Purple Heart. HEX triplet: 66, 41 and CE. RGB value is (102,65,206). Sum of RGB (Red+Green+Blue) = 102+65+206=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #6641CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6641CE is #99BE31. Grayscale: #5B5B5B. Windows color (decimal): -10075698 or 13517158. OLE color: 13517158.

HSL color Cylindrical-coordinate representation of color #6641CE: hue angle of 255.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6641CE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10265206-
CMYK0.500.6800.19
HSL255.74º59%53.14%-
HSV(B)255.74º68.45%80.78%-
XYZ18.5111.0659.55-
YUV92.14192.26135.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 206 (80.86% from 255) = 55.23%
R=27.35%
G=17.43%
B=55.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102652060.500.6800.19255.745953.14
Hex6641CE32440131003b35
Octal146101316621040234007365
Binary11001101000001110011101100101000100010011100000000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6641CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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