Shades of Purple Heart #6F23CE
Tints of Purple Heart #6F23CE
RGB
CMYK
RGB Variations
Color information
#6F23CE (or 0x6F23CE) is known color: Purple Heart. HEX triplet: 6F, 23 and CE. RGB value is (111,35,206). Sum of RGB (Red+Green+Blue) = 111+35+206=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F23CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F23CE is #90DC31. Grayscale: #4C4C4C. Windows color (decimal): -9493554 or 13509487. OLE color: 13509487.
HSL color Cylindrical-coordinate representation of color #6F23CE: hue angle of 266.67º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F23CE is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 35 | 206 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.19 |
| HSL | 266.67º | 0.71% | 0.47% | - |
| HSV(B) | 266.67º | 0.83% | 0.81% | - |
| XYZ | 18.3 | 9.04 | 59.17 | - |
| YUV | 77.22 | 200.68 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 206 | 0.46 | 0.83 | 0 | 0.19 | 266.67 | 0.71 | 0.47 |
| Hex | 6F | 23 | CE | 2E | 53 | 0 | 13 | 10B | 47 | 2F |
| Octal | 157 | 43 | 316 | 56 | 123 | 0 | 23 | 413 | 107 | 57 |
| Binary | 1101111 | 100011 | 11001110 | 101110 | 1010011 | 0 | 10011 | 100001011 | 1000111 | 101111 |
Color Harmonies of #6F23CE
Complementary color
Monochromatic Colors of #6F23CE
Black with #6F23CE
Text Example
Text Example
White with #6F23CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F23CE; }
p { color: rgb(111,35,206); }
H1.HeaderClassName
{
color: #6F23CE;
}
.AnyTagClassName
{
color: #6F23CE;
}
</style>
background-color css
<style>
a { background-color: #6F23CE; }
a { background-color: rgb(111,35,206); }
div.DivClassName
{
background-color: #6F23CE;
}
.BgClassName
{
background-color: #6F23CE;
}
</style>
border-color css
<style>
span { border-color: #6F23CE; }
span { border-color: rgb(111,35,206); }
td.TdClassName
{
border-color: #6F23CE;
}
.TagClassName
{
border-color: #6F23CE;
}
</style>