Shades of Purple Heart #6E23CF
Tints of Purple Heart #6E23CF
RGB
CMYK
RGB Variations
Color information
#6E23CF (or 0x6E23CF) is known color: Purple Heart. HEX triplet: 6E, 23 and CF. RGB value is (110,35,207). Sum of RGB (Red+Green+Blue) = 110+35+207=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E23CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E23CF is #91DC30. Grayscale: #4C4C4C. Windows color (decimal): -9559089 or 13575022. OLE color: 13575022.
HSL color Cylindrical-coordinate representation of color #6E23CF: hue angle of 266.16º 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 #6E23CF is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 35 | 207 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.19 |
| HSL | 266.16º | 0.71% | 0.47% | - |
| HSV(B) | 266.16º | 0.83% | 0.81% | - |
| XYZ | 18.29 | 9.02 | 59.81 | - |
| YUV | 77.03 | 201.35 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 207 | 0.47 | 0.83 | 0 | 0.19 | 266.16 | 0.71 | 0.47 |
| Hex | 6E | 23 | CF | 2F | 53 | 0 | 13 | 10A | 47 | 2F |
| Octal | 156 | 43 | 317 | 57 | 123 | 0 | 23 | 412 | 107 | 57 |
| Binary | 1101110 | 100011 | 11001111 | 101111 | 1010011 | 0 | 10011 | 100001010 | 1000111 | 101111 |
Color Harmonies of #6E23CF
Complementary color
Monochromatic Colors of #6E23CF
Black with #6E23CF
Text Example
Text Example
White with #6E23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E23CF; }
p { color: rgb(110,35,207); }
H1.HeaderClassName
{
color: #6E23CF;
}
.AnyTagClassName
{
color: #6E23CF;
}
</style>
background-color css
<style>
a { background-color: #6E23CF; }
a { background-color: rgb(110,35,207); }
div.DivClassName
{
background-color: #6E23CF;
}
.BgClassName
{
background-color: #6E23CF;
}
</style>
border-color css
<style>
span { border-color: #6E23CF; }
span { border-color: rgb(110,35,207); }
td.TdClassName
{
border-color: #6E23CF;
}
.TagClassName
{
border-color: #6E23CF;
}
</style>