Shades of Purple Heart #6F33CE
Tints of Purple Heart #6F33CE
RGB
CMYK
RGB Variations
Color information
#6F33CE (or 0x6F33CE) is known color: Purple Heart. HEX triplet: 6F, 33 and CE. RGB value is (111,51,206). Sum of RGB (Red+Green+Blue) = 111+51+206=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33CE is #90CC31. Grayscale: #565656. Windows color (decimal): -9489458 or 13513583. OLE color: 13513583.
HSL color Cylindrical-coordinate representation of color #6F33CE: hue angle of 263.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F33CE is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 51 | 206 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.19 |
| HSL | 263.23º | 0.61% | 0.5% | - |
| HSV(B) | 263.23º | 0.75% | 0.81% | - |
| XYZ | 18.88 | 10.2 | 59.37 | - |
| YUV | 86.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 206 | 0.46 | 0.75 | 0 | 0.19 | 263.23 | 0.61 | 0.5 |
| Hex | 6F | 33 | CE | 2E | 4B | 0 | 13 | 107 | 3D | 32 |
| Octal | 157 | 63 | 316 | 56 | 113 | 0 | 23 | 407 | 75 | 62 |
| Binary | 1101111 | 110011 | 11001110 | 101110 | 1001011 | 0 | 10011 | 100000111 | 111101 | 110010 |
Color Harmonies of #6F33CE
Complementary color
Monochromatic Colors of #6F33CE
Black with #6F33CE
Text Example
Text Example
White with #6F33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F33CE; }
p { color: rgb(111,51,206); }
H1.HeaderClassName
{
color: #6F33CE;
}
.AnyTagClassName
{
color: #6F33CE;
}
</style>
background-color css
<style>
a { background-color: #6F33CE; }
a { background-color: rgb(111,51,206); }
div.DivClassName
{
background-color: #6F33CE;
}
.BgClassName
{
background-color: #6F33CE;
}
</style>
border-color css
<style>
span { border-color: #6F33CE; }
span { border-color: rgb(111,51,206); }
td.TdClassName
{
border-color: #6F33CE;
}
.TagClassName
{
border-color: #6F33CE;
}
</style>