Shades of Purple Heart #4320CE
Tints of Purple Heart #4320CE
RGB
CMYK
RGB Variations
Color information
#4320CE (or 0x4320CE) is known color: Purple Heart. HEX triplet: 43, 20 and CE. RGB value is (67,32,206). Sum of RGB (Red+Green+Blue) = 67+32+206=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #4320CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4320CE is #BCDF31. Grayscale: #3D3D3D. Windows color (decimal): -12377906 or 13508675. OLE color: 13508675.
HSL color Cylindrical-coordinate representation of color #4320CE: hue angle of 252.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4320CE is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 32 | 206 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.19 |
| HSL | 252.07º | 0.73% | 0.47% | - |
| HSV(B) | 252.07º | 0.84% | 0.81% | - |
| XYZ | 13.97 | 6.68 | 58.95 | - |
| YUV | 62.3 | 209.1 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 206 | 0.67 | 0.84 | 0 | 0.19 | 252.07 | 0.73 | 0.47 |
| Hex | 43 | 20 | CE | 43 | 54 | 0 | 13 | FC | 49 | 2F |
| Octal | 103 | 40 | 316 | 103 | 124 | 0 | 23 | 374 | 111 | 57 |
| Binary | 1000011 | 100000 | 11001110 | 1000011 | 1010100 | 0 | 10011 | 11111100 | 1001001 | 101111 |
Color Harmonies of #4320CE
Complementary color
Monochromatic Colors of #4320CE
Black with #4320CE
Text Example
Text Example
White with #4320CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4320CE; }
p { color: rgb(67,32,206); }
H1.HeaderClassName
{
color: #4320CE;
}
.AnyTagClassName
{
color: #4320CE;
}
</style>
background-color css
<style>
a { background-color: #4320CE; }
a { background-color: rgb(67,32,206); }
div.DivClassName
{
background-color: #4320CE;
}
.BgClassName
{
background-color: #4320CE;
}
</style>
border-color css
<style>
span { border-color: #4320CE; }
span { border-color: rgb(67,32,206); }
td.TdClassName
{
border-color: #4320CE;
}
.TagClassName
{
border-color: #4320CE;
}
</style>