Shades of Purple Heart #431CCC
Tints of Purple Heart #431CCC
RGB
CMYK
RGB Variations
Color information
#431CCC (or 0x431CCC) is known color: Purple Heart. HEX triplet: 43, 1C and CC. RGB value is (67,28,204). Sum of RGB (Red+Green+Blue) = 67+28+204=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #431CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CCC is #BCE333. Grayscale: #3B3B3B. Windows color (decimal): -12378932 or 13376579. OLE color: 13376579.
HSL color Cylindrical-coordinate representation of color #431CCC: hue angle of 253.3º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431CCC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 28 | 204 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.2 |
| HSL | 253.3º | 0.76% | 0.45% | - |
| HSV(B) | 253.3º | 0.86% | 0.8% | - |
| XYZ | 13.63 | 6.38 | 57.64 | - |
| YUV | 59.73 | 209.42 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 204 | 0.67 | 0.86 | 0 | 0.2 | 253.3 | 0.76 | 0.45 |
| Hex | 43 | 1C | CC | 43 | 56 | 0 | 14 | FD | 4C | 2D |
| Octal | 103 | 34 | 314 | 103 | 126 | 0 | 24 | 375 | 114 | 55 |
| Binary | 1000011 | 11100 | 11001100 | 1000011 | 1010110 | 0 | 10100 | 11111101 | 1001100 | 101101 |
Color Harmonies of #431CCC
Complementary color
Monochromatic Colors of #431CCC
Black with #431CCC
Text Example
Text Example
White with #431CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431CCC; }
p { color: rgb(67,28,204); }
H1.HeaderClassName
{
color: #431CCC;
}
.AnyTagClassName
{
color: #431CCC;
}
</style>
background-color css
<style>
a { background-color: #431CCC; }
a { background-color: rgb(67,28,204); }
div.DivClassName
{
background-color: #431CCC;
}
.BgClassName
{
background-color: #431CCC;
}
</style>
border-color css
<style>
span { border-color: #431CCC; }
span { border-color: rgb(67,28,204); }
td.TdClassName
{
border-color: #431CCC;
}
.TagClassName
{
border-color: #431CCC;
}
</style>