Shades of Purple #6B026E
Tints of Purple #6B026E
RGB
CMYK
RGB Variations
Color information
#6B026E (or 0x6B026E) is known color: Purple. HEX triplet: 6B, 02 and 6E. RGB value is (107,2,110). Sum of RGB (Red+Green+Blue) = 107+2+110=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B026E is #94FD91. Grayscale: #2D2D2D. Windows color (decimal): -9764242 or 7209579. OLE color: 7209579.
HSL color Cylindrical-coordinate representation of color #6B026E: hue angle of 298.33º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B026E is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 2 | 110 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.57 |
| HSL | 298.33º | 0.96% | 0.22% | - |
| HSV(B) | 298.33º | 0.98% | 0.43% | - |
| XYZ | 8.9 | 4.3 | 15.11 | - |
| YUV | 45.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 110 | 0.03 | 0.98 | 0 | 0.57 | 298.33 | 0.96 | 0.22 |
| Hex | 6B | 2 | 6E | 3 | 62 | 0 | 39 | 12A | 60 | 16 |
| Octal | 153 | 2 | 156 | 3 | 142 | 0 | 71 | 452 | 140 | 26 |
| Binary | 1101011 | 10 | 1101110 | 11 | 1100010 | 0 | 111001 | 100101010 | 1100000 | 10110 |
Color Harmonies of #6B026E
Complementary color
Monochromatic Colors of #6B026E
Black with #6B026E
Text Example
Text Example
White with #6B026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B026E; }
p { color: rgb(107,2,110); }
H1.HeaderClassName
{
color: #6B026E;
}
.AnyTagClassName
{
color: #6B026E;
}
</style>
background-color css
<style>
a { background-color: #6B026E; }
a { background-color: rgb(107,2,110); }
div.DivClassName
{
background-color: #6B026E;
}
.BgClassName
{
background-color: #6B026E;
}
</style>
border-color css
<style>
span { border-color: #6B026E; }
span { border-color: rgb(107,2,110); }
td.TdClassName
{
border-color: #6B026E;
}
.TagClassName
{
border-color: #6B026E;
}
</style>