Shades of Purple Heart #6442CC
Tints of Purple Heart #6442CC
RGB
CMYK
RGB Variations
Color information
#6442CC (or 0x6442CC) is known color: Purple Heart. HEX triplet: 64, 42 and CC. RGB value is (100,66,204). Sum of RGB (Red+Green+Blue) = 100+66+204=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #6442CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6442CC is #9BBD33. Grayscale: #5B5B5B. Windows color (decimal): -10206516 or 13386340. OLE color: 13386340.
HSL color Cylindrical-coordinate representation of color #6442CC: hue angle of 254.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6442CC is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 66 | 204 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.2 |
| HSL | 254.78º | 0.58% | 0.53% | - |
| HSV(B) | 254.78º | 0.68% | 0.8% | - |
| XYZ | 18.1 | 10.97 | 58.29 | - |
| YUV | 91.9 | 191.26 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 204 | 0.51 | 0.68 | 0 | 0.2 | 254.78 | 0.58 | 0.53 |
| Hex | 64 | 42 | CC | 33 | 44 | 0 | 14 | FF | 3A | 35 |
| Octal | 144 | 102 | 314 | 63 | 104 | 0 | 24 | 377 | 72 | 65 |
| Binary | 1100100 | 1000010 | 11001100 | 110011 | 1000100 | 0 | 10100 | 11111111 | 111010 | 110101 |
Color Harmonies of #6442CC
Complementary color
Monochromatic Colors of #6442CC
Black with #6442CC
Text Example
Text Example
White with #6442CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6442CC; }
p { color: rgb(100,66,204); }
H1.HeaderClassName
{
color: #6442CC;
}
.AnyTagClassName
{
color: #6442CC;
}
</style>
background-color css
<style>
a { background-color: #6442CC; }
a { background-color: rgb(100,66,204); }
div.DivClassName
{
background-color: #6442CC;
}
.BgClassName
{
background-color: #6442CC;
}
</style>
border-color css
<style>
span { border-color: #6442CC; }
span { border-color: rgb(100,66,204); }
td.TdClassName
{
border-color: #6442CC;
}
.TagClassName
{
border-color: #6442CC;
}
</style>