Shades of Purple #6B027E
Tints of Purple #6B027E
RGB
CMYK
RGB Variations
Color information
#6B027E (or 0x6B027E) is known color: Purple. HEX triplet: 6B, 02 and 7E. RGB value is (107,2,126). Sum of RGB (Red+Green+Blue) = 107+2+126=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B027E is #94FD81. Grayscale: #2F2F2F. Windows color (decimal): -9764226 or 8258155. OLE color: 8258155.
HSL color Cylindrical-coordinate representation of color #6B027E: hue angle of 290.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B027E is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 2 | 126 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.51 |
| HSL | 290.81º | 0.97% | 0.25% | - |
| HSV(B) | 290.81º | 0.98% | 0.49% | - |
| XYZ | 9.85 | 4.68 | 20.12 | - |
| YUV | 47.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 126 | 0.15 | 0.98 | 0 | 0.51 | 290.81 | 0.97 | 0.25 |
| Hex | 6B | 2 | 7E | F | 62 | 0 | 33 | 123 | 61 | 19 |
| Octal | 153 | 2 | 176 | 17 | 142 | 0 | 63 | 443 | 141 | 31 |
| Binary | 1101011 | 10 | 1111110 | 1111 | 1100010 | 0 | 110011 | 100100011 | 1100001 | 11001 |
Color Harmonies of #6B027E
Complementary color
Monochromatic Colors of #6B027E
Black with #6B027E
Text Example
Text Example
White with #6B027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B027E; }
p { color: rgb(107,2,126); }
H1.HeaderClassName
{
color: #6B027E;
}
.AnyTagClassName
{
color: #6B027E;
}
</style>
background-color css
<style>
a { background-color: #6B027E; }
a { background-color: rgb(107,2,126); }
div.DivClassName
{
background-color: #6B027E;
}
.BgClassName
{
background-color: #6B027E;
}
</style>
border-color css
<style>
span { border-color: #6B027E; }
span { border-color: rgb(107,2,126); }
td.TdClassName
{
border-color: #6B027E;
}
.TagClassName
{
border-color: #6B027E;
}
</style>