Shades of Purple Heart #431BC2
Tints of Purple Heart #431BC2
RGB
CMYK
RGB Variations
Color information
#431BC2 (or 0x431BC2) is known color: Purple Heart. HEX triplet: 43, 1B and C2. RGB value is (67,27,194). Sum of RGB (Red+Green+Blue) = 67+27+194=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 194 (76.17% from 255 or 67.36% from 288); Max value from RGB is 194 - color contains mainly: blue. Hex color #431BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BC2 is #BCE43D. Grayscale: #393939. Windows color (decimal): -12379198 or 12720963. OLE color: 12720963.
HSL color Cylindrical-coordinate representation of color #431BC2: hue angle of 254.37º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431BC2 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 27 | 194 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.24 |
| HSL | 254.37º | 0.76% | 0.43% | - |
| HSV(B) | 254.37º | 0.86% | 0.76% | - |
| XYZ | 12.44 | 5.87 | 51.52 | - |
| YUV | 58 | 204.75 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 194 | 0.65 | 0.86 | 0 | 0.24 | 254.37 | 0.76 | 0.43 |
| Hex | 43 | 1B | C2 | 41 | 56 | 0 | 18 | FE | 4C | 2B |
| Octal | 103 | 33 | 302 | 101 | 126 | 0 | 30 | 376 | 114 | 53 |
| Binary | 1000011 | 11011 | 11000010 | 1000001 | 1010110 | 0 | 11000 | 11111110 | 1001100 | 101011 |
Color Harmonies of #431BC2
Complementary color
Monochromatic Colors of #431BC2
Black with #431BC2
Text Example
Text Example
White with #431BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431BC2; }
p { color: rgb(67,27,194); }
H1.HeaderClassName
{
color: #431BC2;
}
.AnyTagClassName
{
color: #431BC2;
}
</style>
background-color css
<style>
a { background-color: #431BC2; }
a { background-color: rgb(67,27,194); }
div.DivClassName
{
background-color: #431BC2;
}
.BgClassName
{
background-color: #431BC2;
}
</style>
border-color css
<style>
span { border-color: #431BC2; }
span { border-color: rgb(67,27,194); }
td.TdClassName
{
border-color: #431BC2;
}
.TagClassName
{
border-color: #431BC2;
}
</style>