Shades of Purple Heart #4209C9
Tints of Purple Heart #4209C9
RGB
CMYK
RGB Variations
Color information
#4209C9 (or 0x4209C9) is known color: Purple Heart. HEX triplet: 42, 09 and C9. RGB value is (66,9,201). Sum of RGB (Red+Green+Blue) = 66+9+201=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 201 (78.91% from 255 or 72.83% from 276); Max value from RGB is 201 - color contains mainly: blue. Hex color #4209C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4209C9 is #BDF636. Grayscale: #2F2F2F. Windows color (decimal): -12449335 or 13175106. OLE color: 13175106.
HSL color Cylindrical-coordinate representation of color #4209C9: hue angle of 257.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4209C9 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 9 | 201 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.21 |
| HSL | 257.81º | 0.91% | 0.41% | - |
| HSV(B) | 257.81º | 0.96% | 0.79% | - |
| XYZ | 12.89 | 5.57 | 55.65 | - |
| YUV | 47.93 | 214.38 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 201 | 0.67 | 0.96 | 0 | 0.21 | 257.81 | 0.91 | 0.41 |
| Hex | 42 | 9 | C9 | 43 | 60 | 0 | 15 | 102 | 5B | 29 |
| Octal | 102 | 11 | 311 | 103 | 140 | 0 | 25 | 402 | 133 | 51 |
| Binary | 1000010 | 1001 | 11001001 | 1000011 | 1100000 | 0 | 10101 | 100000010 | 1011011 | 101001 |
Color Harmonies of #4209C9
Complementary color
Monochromatic Colors of #4209C9
Black with #4209C9
Text Example
Text Example
White with #4209C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4209C9; }
p { color: rgb(66,9,201); }
H1.HeaderClassName
{
color: #4209C9;
}
.AnyTagClassName
{
color: #4209C9;
}
</style>
background-color css
<style>
a { background-color: #4209C9; }
a { background-color: rgb(66,9,201); }
div.DivClassName
{
background-color: #4209C9;
}
.BgClassName
{
background-color: #4209C9;
}
</style>
border-color css
<style>
span { border-color: #4209C9; }
span { border-color: rgb(66,9,201); }
td.TdClassName
{
border-color: #4209C9;
}
.TagClassName
{
border-color: #4209C9;
}
</style>