Shades of Purple #6E0288
Tints of Purple #6E0288
RGB
CMYK
RGB Variations
Color information
#6E0288 (or 0x6E0288) is known color: Purple. HEX triplet: 6E, 02 and 88. RGB value is (110,2,136). Sum of RGB (Red+Green+Blue) = 110+2+136=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E0288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0288 is #91FD77. Grayscale: #313131. Windows color (decimal): -9567608 or 8913518. OLE color: 8913518.
HSL color Cylindrical-coordinate representation of color #6E0288: hue angle of 288.36º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0288 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 2 | 136 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.47 |
| HSL | 288.36º | 0.97% | 0.27% | - |
| HSV(B) | 288.36º | 0.99% | 0.53% | - |
| XYZ | 10.9 | 5.14 | 23.71 | - |
| YUV | 49.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 136 | 0.19 | 0.99 | 0 | 0.47 | 288.36 | 0.97 | 0.27 |
| Hex | 6E | 2 | 88 | 13 | 63 | 0 | 2F | 120 | 61 | 1B |
| Octal | 156 | 2 | 210 | 23 | 143 | 0 | 57 | 440 | 141 | 33 |
| Binary | 1101110 | 10 | 10001000 | 10011 | 1100011 | 0 | 101111 | 100100000 | 1100001 | 11011 |
Color Harmonies of #6E0288
Complementary color
Monochromatic Colors of #6E0288
Black with #6E0288
Text Example
Text Example
White with #6E0288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0288; }
p { color: rgb(110,2,136); }
H1.HeaderClassName
{
color: #6E0288;
}
.AnyTagClassName
{
color: #6E0288;
}
</style>
background-color css
<style>
a { background-color: #6E0288; }
a { background-color: rgb(110,2,136); }
div.DivClassName
{
background-color: #6E0288;
}
.BgClassName
{
background-color: #6E0288;
}
</style>
border-color css
<style>
span { border-color: #6E0288; }
span { border-color: rgb(110,2,136); }
td.TdClassName
{
border-color: #6E0288;
}
.TagClassName
{
border-color: #6E0288;
}
</style>