#6640CB

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

Shades of Purple Heart #6640CB

Tints of Purple Heart #6640CB

Color information

#6640CB (or 0x6640CB) is unknown color: approx Purple Heart. HEX triplet: 66, 40 and CB. RGB value is (102,64,203). Sum of RGB (Red+Green+Blue) = 102+64+203=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #6640CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640CB is #99BF34. Grayscale: #5A5A5A. Windows color (decimal): -10075957 or 13320294. OLE color: 13320294.

HSL color Cylindrical-coordinate representation of color #6640CB: hue angle of 256.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6640CB is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10264203-
CMYK0.500.6800.20
HSL256.4º57.2%52.35%-
HSV(B)256.4º68.47%79.61%-
XYZ18.0910.857.63-
YUV91.21191.09135.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=27.64%
G=17.34%
B=55.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102642030.500.6800.20256.457.252.35
Hex6640CB32440141003934
Octal146100313621040244007164
Binary11001101000000110010111100101000100010100100000000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6640CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6640CB; }

 p { color: rgb(102,64,203); }

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

<style>
 a { background-color: #6640CB; }

 a { background-color: rgb(102,64,203); }

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

<style>
 span { border-color: #6640CB; }

 span { border-color: rgb(102,64,203); }

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