Shades of Purple Heart #4208C7
Tints of Purple Heart #4208C7
RGB
CMYK
RGB Variations
Color information
#4208C7 (or 0x4208C7) is known color: Purple Heart. HEX triplet: 42, 08 and C7. RGB value is (66,8,199). Sum of RGB (Red+Green+Blue) = 66+8+199=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 199 (78.12% from 255 or 72.89% from 273); Max value from RGB is 199 - color contains mainly: blue. Hex color #4208C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4208C7 is #BDF738. Grayscale: #2E2E2E. Windows color (decimal): -12449593 or 13043778. OLE color: 13043778.
HSL color Cylindrical-coordinate representation of color #4208C7: hue angle of 258.22º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4208C7 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 8 | 199 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.22 |
| HSL | 258.22º | 0.92% | 0.41% | - |
| HSV(B) | 258.22º | 0.96% | 0.78% | - |
| XYZ | 12.64 | 5.46 | 54.42 | - |
| YUV | 47.12 | 213.72 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 199 | 0.67 | 0.96 | 0 | 0.22 | 258.22 | 0.92 | 0.41 |
| Hex | 42 | 8 | C7 | 43 | 60 | 0 | 16 | 102 | 5C | 29 |
| Octal | 102 | 10 | 307 | 103 | 140 | 0 | 26 | 402 | 134 | 51 |
| Binary | 1000010 | 1000 | 11000111 | 1000011 | 1100000 | 0 | 10110 | 100000010 | 1011100 | 101001 |
Color Harmonies of #4208C7
Complementary color
Monochromatic Colors of #4208C7
Black with #4208C7
Text Example
Text Example
White with #4208C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4208C7; }
p { color: rgb(66,8,199); }
H1.HeaderClassName
{
color: #4208C7;
}
.AnyTagClassName
{
color: #4208C7;
}
</style>
background-color css
<style>
a { background-color: #4208C7; }
a { background-color: rgb(66,8,199); }
div.DivClassName
{
background-color: #4208C7;
}
.BgClassName
{
background-color: #4208C7;
}
</style>
border-color css
<style>
span { border-color: #4208C7; }
span { border-color: rgb(66,8,199); }
td.TdClassName
{
border-color: #4208C7;
}
.TagClassName
{
border-color: #4208C7;
}
</style>