Shades of Purple Heart #4210CD
Tints of Purple Heart #4210CD
RGB
CMYK
RGB Variations
Color information
#4210CD (or 0x4210CD) is known color: Purple Heart. HEX triplet: 42, 10 and CD. RGB value is (66,16,205). Sum of RGB (Red+Green+Blue) = 66+16+205=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #4210CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4210CD is #BDEF32. Grayscale: #333333. Windows color (decimal): -12447539 or 13439042. OLE color: 13439042.
HSL color Cylindrical-coordinate representation of color #4210CD: hue angle of 255.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4210CD is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 16 | 205 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.20 |
| HSL | 255.87º | 0.86% | 0.43% | - |
| HSV(B) | 255.87º | 0.92% | 0.8% | - |
| XYZ | 13.45 | 5.94 | 58.19 | - |
| YUV | 52.5 | 214.07 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 205 | 0.68 | 0.92 | 0 | 0.20 | 255.87 | 0.86 | 0.43 |
| Hex | 42 | 10 | CD | 44 | 5C | 0 | 14 | 100 | 56 | 2B |
| Octal | 102 | 20 | 315 | 104 | 134 | 0 | 24 | 400 | 126 | 53 |
| Binary | 1000010 | 10000 | 11001101 | 1000100 | 1011100 | 0 | 10100 | 100000000 | 1010110 | 101011 |
Color Harmonies of #4210CD
Complementary color
Monochromatic Colors of #4210CD
Black with #4210CD
Text Example
Text Example
White with #4210CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210CD; }
p { color: rgb(66,16,205); }
H1.HeaderClassName
{
color: #4210CD;
}
.AnyTagClassName
{
color: #4210CD;
}
</style>
background-color css
<style>
a { background-color: #4210CD; }
a { background-color: rgb(66,16,205); }
div.DivClassName
{
background-color: #4210CD;
}
.BgClassName
{
background-color: #4210CD;
}
</style>
border-color css
<style>
span { border-color: #4210CD; }
span { border-color: rgb(66,16,205); }
td.TdClassName
{
border-color: #4210CD;
}
.TagClassName
{
border-color: #4210CD;
}
</style>