Shades of Purple Heart #6F32D8
Tints of Purple Heart #6F32D8
RGB
CMYK
RGB Variations
Color information
#6F32D8 (or 0x6F32D8) is known color: Purple Heart. HEX triplet: 6F, 32 and D8. RGB value is (111,50,216). Sum of RGB (Red+Green+Blue) = 111+50+216=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #6F32D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F32D8 is #90CD27. Grayscale: #565656. Windows color (decimal): -9489704 or 14168687. OLE color: 14168687.
HSL color Cylindrical-coordinate representation of color #6F32D8: hue angle of 262.05º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F32D8 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 50 | 216 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.15 |
| HSL | 262.05º | 0.68% | 0.52% | - |
| HSV(B) | 262.05º | 0.77% | 0.85% | - |
| XYZ | 20.09 | 10.62 | 65.96 | - |
| YUV | 87.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 216 | 0.49 | 0.77 | 0 | 0.15 | 262.05 | 0.68 | 0.52 |
| Hex | 6F | 32 | D8 | 31 | 4D | 0 | F | 106 | 44 | 34 |
| Octal | 157 | 62 | 330 | 61 | 115 | 0 | 17 | 406 | 104 | 64 |
| Binary | 1101111 | 110010 | 11011000 | 110001 | 1001101 | 0 | 1111 | 100000110 | 1000100 | 110100 |
Color Harmonies of #6F32D8
Complementary color
Monochromatic Colors of #6F32D8
Black with #6F32D8
Text Example
Text Example
White with #6F32D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F32D8; }
p { color: rgb(111,50,216); }
H1.HeaderClassName
{
color: #6F32D8;
}
.AnyTagClassName
{
color: #6F32D8;
}
</style>
background-color css
<style>
a { background-color: #6F32D8; }
a { background-color: rgb(111,50,216); }
div.DivClassName
{
background-color: #6F32D8;
}
.BgClassName
{
background-color: #6F32D8;
}
</style>
border-color css
<style>
span { border-color: #6F32D8; }
span { border-color: rgb(111,50,216); }
td.TdClassName
{
border-color: #6F32D8;
}
.TagClassName
{
border-color: #6F32D8;
}
</style>