Shades of Purple Heart #4316CE
Tints of Purple Heart #4316CE
RGB
CMYK
RGB Variations
Color information
#4316CE (or 0x4316CE) is known color: Purple Heart. HEX triplet: 43, 16 and CE. RGB value is (67,22,206). Sum of RGB (Red+Green+Blue) = 67+22+206=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #4316CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4316CE is #BCE931. Grayscale: #373737. Windows color (decimal): -12380466 or 13506115. OLE color: 13506115.
HSL color Cylindrical-coordinate representation of color #4316CE: hue angle of 254.67º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4316CE is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 22 | 206 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.19 |
| HSL | 254.67º | 0.81% | 0.45% | - |
| HSV(B) | 254.67º | 0.89% | 0.81% | - |
| XYZ | 13.74 | 6.22 | 58.87 | - |
| YUV | 56.43 | 212.41 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 206 | 0.67 | 0.89 | 0 | 0.19 | 254.67 | 0.81 | 0.45 |
| Hex | 43 | 16 | CE | 43 | 59 | 0 | 13 | FF | 51 | 2D |
| Octal | 103 | 26 | 316 | 103 | 131 | 0 | 23 | 377 | 121 | 55 |
| Binary | 1000011 | 10110 | 11001110 | 1000011 | 1011001 | 0 | 10011 | 11111111 | 1010001 | 101101 |
Color Harmonies of #4316CE
Complementary color
Monochromatic Colors of #4316CE
Black with #4316CE
Text Example
Text Example
White with #4316CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4316CE; }
p { color: rgb(67,22,206); }
H1.HeaderClassName
{
color: #4316CE;
}
.AnyTagClassName
{
color: #4316CE;
}
</style>
background-color css
<style>
a { background-color: #4316CE; }
a { background-color: rgb(67,22,206); }
div.DivClassName
{
background-color: #4316CE;
}
.BgClassName
{
background-color: #4316CE;
}
</style>
border-color css
<style>
span { border-color: #4316CE; }
span { border-color: rgb(67,22,206); }
td.TdClassName
{
border-color: #4316CE;
}
.TagClassName
{
border-color: #4316CE;
}
</style>