Shades of Purple Heart #431CCD
Tints of Purple Heart #431CCD
RGB
CMYK
RGB Variations
Color information
#431CCD (or 0x431CCD) is known color: Purple Heart. HEX triplet: 43, 1C and CD. RGB value is (67,28,205). Sum of RGB (Red+Green+Blue) = 67+28+205=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #431CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CCD is #BCE332. Grayscale: #3B3B3B. Windows color (decimal): -12378931 or 13442115. OLE color: 13442115.
HSL color Cylindrical-coordinate representation of color #431CCD: hue angle of 253.22º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431CCD is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 28 | 205 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.20 |
| HSL | 253.22º | 0.76% | 0.46% | - |
| HSV(B) | 253.22º | 0.86% | 0.8% | - |
| XYZ | 13.75 | 6.43 | 58.27 | - |
| YUV | 59.84 | 209.92 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 205 | 0.67 | 0.86 | 0 | 0.20 | 253.22 | 0.76 | 0.46 |
| Hex | 43 | 1C | CD | 43 | 56 | 0 | 14 | FD | 4C | 2E |
| Octal | 103 | 34 | 315 | 103 | 126 | 0 | 24 | 375 | 114 | 56 |
| Binary | 1000011 | 11100 | 11001101 | 1000011 | 1010110 | 0 | 10100 | 11111101 | 1001100 | 101110 |
Color Harmonies of #431CCD
Complementary color
Monochromatic Colors of #431CCD
Black with #431CCD
Text Example
Text Example
White with #431CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431CCD; }
p { color: rgb(67,28,205); }
H1.HeaderClassName
{
color: #431CCD;
}
.AnyTagClassName
{
color: #431CCD;
}
</style>
background-color css
<style>
a { background-color: #431CCD; }
a { background-color: rgb(67,28,205); }
div.DivClassName
{
background-color: #431CCD;
}
.BgClassName
{
background-color: #431CCD;
}
</style>
border-color css
<style>
span { border-color: #431CCD; }
span { border-color: rgb(67,28,205); }
td.TdClassName
{
border-color: #431CCD;
}
.TagClassName
{
border-color: #431CCD;
}
</style>