Shades of Purple Heart #412FCE
Tints of Purple Heart #412FCE
RGB
CMYK
RGB Variations
Color information
#412FCE (or 0x412FCE) is known color: Purple Heart. HEX triplet: 41, 2F and CE. RGB value is (65,47,206). Sum of RGB (Red+Green+Blue) = 65+47+206=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #412FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FCE is #BED031. Grayscale: #454545. Windows color (decimal): -12505138 or 13512513. OLE color: 13512513.
HSL color Cylindrical-coordinate representation of color #412FCE: hue angle of 246.79º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412FCE is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 47 | 206 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.19 |
| HSL | 246.79º | 0.63% | 0.5% | - |
| HSV(B) | 246.79º | 0.77% | 0.81% | - |
| XYZ | 14.34 | 7.61 | 59.11 | - |
| YUV | 70.51 | 204.46 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 206 | 0.68 | 0.77 | 0 | 0.19 | 246.79 | 0.63 | 0.5 |
| Hex | 41 | 2F | CE | 44 | 4D | 0 | 13 | F7 | 3F | 32 |
| Octal | 101 | 57 | 316 | 104 | 115 | 0 | 23 | 367 | 77 | 62 |
| Binary | 1000001 | 101111 | 11001110 | 1000100 | 1001101 | 0 | 10011 | 11110111 | 111111 | 110010 |
Color Harmonies of #412FCE
Complementary color
Monochromatic Colors of #412FCE
Black with #412FCE
Text Example
Text Example
White with #412FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FCE; }
p { color: rgb(65,47,206); }
H1.HeaderClassName
{
color: #412FCE;
}
.AnyTagClassName
{
color: #412FCE;
}
</style>
background-color css
<style>
a { background-color: #412FCE; }
a { background-color: rgb(65,47,206); }
div.DivClassName
{
background-color: #412FCE;
}
.BgClassName
{
background-color: #412FCE;
}
</style>
border-color css
<style>
span { border-color: #412FCE; }
span { border-color: rgb(65,47,206); }
td.TdClassName
{
border-color: #412FCE;
}
.TagClassName
{
border-color: #412FCE;
}
</style>