Shades of Purple Heart #4B08CE
Tints of Purple Heart #4B08CE
RGB
CMYK
RGB Variations
Color information
#4B08CE (or 0x4B08CE) is known color: Purple Heart. HEX triplet: 4B, 08 and CE. RGB value is (75,8,206). Sum of RGB (Red+Green+Blue) = 75+8+206=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B08CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B08CE is #B4F731. Grayscale: #313131. Windows color (decimal): -11859762 or 13502539. OLE color: 13502539.
HSL color Cylindrical-coordinate representation of color #4B08CE: hue angle of 260.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B08CE is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 8 | 206 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.19 |
| HSL | 260.3º | 0.93% | 0.42% | - |
| HSV(B) | 260.3º | 0.96% | 0.81% | - |
| XYZ | 14.13 | 6.13 | 58.83 | - |
| YUV | 50.61 | 215.7 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 206 | 0.64 | 0.96 | 0 | 0.19 | 260.3 | 0.93 | 0.42 |
| Hex | 4B | 8 | CE | 40 | 60 | 0 | 13 | 104 | 5D | 2A |
| Octal | 113 | 10 | 316 | 100 | 140 | 0 | 23 | 404 | 135 | 52 |
| Binary | 1001011 | 1000 | 11001110 | 1000000 | 1100000 | 0 | 10011 | 100000100 | 1011101 | 101010 |
Color Harmonies of #4B08CE
Complementary color
Monochromatic Colors of #4B08CE
Black with #4B08CE
Text Example
Text Example
White with #4B08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B08CE; }
p { color: rgb(75,8,206); }
H1.HeaderClassName
{
color: #4B08CE;
}
.AnyTagClassName
{
color: #4B08CE;
}
</style>
background-color css
<style>
a { background-color: #4B08CE; }
a { background-color: rgb(75,8,206); }
div.DivClassName
{
background-color: #4B08CE;
}
.BgClassName
{
background-color: #4B08CE;
}
</style>
border-color css
<style>
span { border-color: #4B08CE; }
span { border-color: rgb(75,8,206); }
td.TdClassName
{
border-color: #4B08CE;
}
.TagClassName
{
border-color: #4B08CE;
}
</style>