Shades of Purple Heart #6405CD
Tints of Purple Heart #6405CD
RGB
CMYK
RGB Variations
Color information
#6405CD (or 0x6405CD) is known color: Purple Heart. HEX triplet: 64, 05 and CD. RGB value is (100,5,205). Sum of RGB (Red+Green+Blue) = 100+5+205=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #6405CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405CD is #9BFA32. Grayscale: #373737. Windows color (decimal): -10222131 or 13436260. OLE color: 13436260.
HSL color Cylindrical-coordinate representation of color #6405CD: hue angle of 268.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405CD is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 5 | 205 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.20 |
| HSL | 268.5º | 0.95% | 0.41% | - |
| HSV(B) | 268.5º | 0.98% | 0.8% | - |
| XYZ | 16.33 | 7.23 | 58.29 | - |
| YUV | 56.21 | 211.97 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 205 | 0.51 | 0.98 | 0 | 0.20 | 268.5 | 0.95 | 0.41 |
| Hex | 64 | 5 | CD | 33 | 62 | 0 | 14 | 10C | 5F | 29 |
| Octal | 144 | 5 | 315 | 63 | 142 | 0 | 24 | 414 | 137 | 51 |
| Binary | 1100100 | 101 | 11001101 | 110011 | 1100010 | 0 | 10100 | 100001100 | 1011111 | 101001 |
Color Harmonies of #6405CD
Complementary color
Monochromatic Colors of #6405CD
Black with #6405CD
Text Example
Text Example
White with #6405CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405CD; }
p { color: rgb(100,5,205); }
H1.HeaderClassName
{
color: #6405CD;
}
.AnyTagClassName
{
color: #6405CD;
}
</style>
background-color css
<style>
a { background-color: #6405CD; }
a { background-color: rgb(100,5,205); }
div.DivClassName
{
background-color: #6405CD;
}
.BgClassName
{
background-color: #6405CD;
}
</style>
border-color css
<style>
span { border-color: #6405CD; }
span { border-color: rgb(100,5,205); }
td.TdClassName
{
border-color: #6405CD;
}
.TagClassName
{
border-color: #6405CD;
}
</style>