Shades of Purple Heart #431CC7
Tints of Purple Heart #431CC7
RGB
CMYK
RGB Variations
Color information
#431CC7 (or 0x431CC7) is known color: Purple Heart. HEX triplet: 43, 1C and C7. RGB value is (67,28,199). Sum of RGB (Red+Green+Blue) = 67+28+199=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 199 (78.12% from 255 or 67.69% from 294); Max value from RGB is 199 - color contains mainly: blue. Hex color #431CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CC7 is #BCE338. Grayscale: #3A3A3A. Windows color (decimal): -12378937 or 13048899. OLE color: 13048899.
HSL color Cylindrical-coordinate representation of color #431CC7: hue angle of 253.68º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431CC7 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 28 | 199 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.22 |
| HSL | 253.68º | 0.75% | 0.45% | - |
| HSV(B) | 253.68º | 0.86% | 0.78% | - |
| XYZ | 13.04 | 6.15 | 54.53 | - |
| YUV | 59.16 | 206.92 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 199 | 0.66 | 0.86 | 0 | 0.22 | 253.68 | 0.75 | 0.45 |
| Hex | 43 | 1C | C7 | 42 | 56 | 0 | 16 | FE | 4B | 2D |
| Octal | 103 | 34 | 307 | 102 | 126 | 0 | 26 | 376 | 113 | 55 |
| Binary | 1000011 | 11100 | 11000111 | 1000010 | 1010110 | 0 | 10110 | 11111110 | 1001011 | 101101 |
Color Harmonies of #431CC7
Complementary color
Monochromatic Colors of #431CC7
Black with #431CC7
Text Example
Text Example
White with #431CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431CC7; }
p { color: rgb(67,28,199); }
H1.HeaderClassName
{
color: #431CC7;
}
.AnyTagClassName
{
color: #431CC7;
}
</style>
background-color css
<style>
a { background-color: #431CC7; }
a { background-color: rgb(67,28,199); }
div.DivClassName
{
background-color: #431CC7;
}
.BgClassName
{
background-color: #431CC7;
}
</style>
border-color css
<style>
span { border-color: #431CC7; }
span { border-color: rgb(67,28,199); }
td.TdClassName
{
border-color: #431CC7;
}
.TagClassName
{
border-color: #431CC7;
}
</style>