Shades of Purple Heart #4320CB
Tints of Purple Heart #4320CB
RGB
CMYK
RGB Variations
Color information
#4320CB (or 0x4320CB) is known color: Purple Heart. HEX triplet: 43, 20 and CB. RGB value is (67,32,203). Sum of RGB (Red+Green+Blue) = 67+32+203=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #4320CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4320CB is #BCDF34. Grayscale: #3D3D3D. Windows color (decimal): -12377909 or 13312067. OLE color: 13312067.
HSL color Cylindrical-coordinate representation of color #4320CB: hue angle of 252.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4320CB is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 32 | 203 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.20 |
| HSL | 252.28º | 0.73% | 0.46% | - |
| HSV(B) | 252.28º | 0.84% | 0.8% | - |
| XYZ | 13.61 | 6.54 | 57.04 | - |
| YUV | 61.96 | 207.6 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 203 | 0.67 | 0.84 | 0 | 0.20 | 252.28 | 0.73 | 0.46 |
| Hex | 43 | 20 | CB | 43 | 54 | 0 | 14 | FC | 49 | 2E |
| Octal | 103 | 40 | 313 | 103 | 124 | 0 | 24 | 374 | 111 | 56 |
| Binary | 1000011 | 100000 | 11001011 | 1000011 | 1010100 | 0 | 10100 | 11111100 | 1001001 | 101110 |
Color Harmonies of #4320CB
Complementary color
Monochromatic Colors of #4320CB
Black with #4320CB
Text Example
Text Example
White with #4320CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4320CB; }
p { color: rgb(67,32,203); }
H1.HeaderClassName
{
color: #4320CB;
}
.AnyTagClassName
{
color: #4320CB;
}
</style>
background-color css
<style>
a { background-color: #4320CB; }
a { background-color: rgb(67,32,203); }
div.DivClassName
{
background-color: #4320CB;
}
.BgClassName
{
background-color: #4320CB;
}
</style>
border-color css
<style>
span { border-color: #4320CB; }
span { border-color: rgb(67,32,203); }
td.TdClassName
{
border-color: #4320CB;
}
.TagClassName
{
border-color: #4320CB;
}
</style>