Shades of Purple Heart #4319CC
Tints of Purple Heart #4319CC
RGB
CMYK
RGB Variations
Color information
#4319CC (or 0x4319CC) is known color: Purple Heart. HEX triplet: 43, 19 and CC. RGB value is (67,25,204). Sum of RGB (Red+Green+Blue) = 67+25+204=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #4319CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4319CC is #BCE633. Grayscale: #393939. Windows color (decimal): -12379700 or 13375811. OLE color: 13375811.
HSL color Cylindrical-coordinate representation of color #4319CC: hue angle of 254.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4319CC is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 25 | 204 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.2 |
| HSL | 254.08º | 0.78% | 0.45% | - |
| HSV(B) | 254.08º | 0.88% | 0.8% | - |
| XYZ | 13.56 | 6.25 | 57.62 | - |
| YUV | 57.96 | 210.41 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 204 | 0.67 | 0.88 | 0 | 0.2 | 254.08 | 0.78 | 0.45 |
| Hex | 43 | 19 | CC | 43 | 58 | 0 | 14 | FE | 4E | 2D |
| Octal | 103 | 31 | 314 | 103 | 130 | 0 | 24 | 376 | 116 | 55 |
| Binary | 1000011 | 11001 | 11001100 | 1000011 | 1011000 | 0 | 10100 | 11111110 | 1001110 | 101101 |
Color Harmonies of #4319CC
Complementary color
Monochromatic Colors of #4319CC
Black with #4319CC
Text Example
Text Example
White with #4319CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4319CC; }
p { color: rgb(67,25,204); }
H1.HeaderClassName
{
color: #4319CC;
}
.AnyTagClassName
{
color: #4319CC;
}
</style>
background-color css
<style>
a { background-color: #4319CC; }
a { background-color: rgb(67,25,204); }
div.DivClassName
{
background-color: #4319CC;
}
.BgClassName
{
background-color: #4319CC;
}
</style>
border-color css
<style>
span { border-color: #4319CC; }
span { border-color: rgb(67,25,204); }
td.TdClassName
{
border-color: #4319CC;
}
.TagClassName
{
border-color: #4319CC;
}
</style>