Shades of Han Purple #6B19EE
Tints of Han Purple #6B19EE
RGB
CMYK
RGB Variations
Color information
#6B19EE (or 0x6B19EE) is known color: Han Purple. HEX triplet: 6B, 19 and EE. RGB value is (107,25,238). Sum of RGB (Red+Green+Blue) = 107+25+238=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B19EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B19EE is #94E611. Grayscale: #494949. Windows color (decimal): -9758226 or 15604075. OLE color: 15604075.
HSL color Cylindrical-coordinate representation of color #6B19EE: hue angle of 263.1º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B19EE is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 25 | 238 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.07 |
| HSL | 263.1º | 0.86% | 0.52% | - |
| HSV(B) | 263.1º | 0.89% | 0.93% | - |
| XYZ | 21.84 | 9.99 | 81.67 | - |
| YUV | 73.8 | 220.67 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 238 | 0.55 | 0.89 | 0 | 0.07 | 263.1 | 0.86 | 0.52 |
| Hex | 6B | 19 | EE | 37 | 59 | 0 | 7 | 107 | 56 | 34 |
| Octal | 153 | 31 | 356 | 67 | 131 | 0 | 7 | 407 | 126 | 64 |
| Binary | 1101011 | 11001 | 11101110 | 110111 | 1011001 | 0 | 111 | 100000111 | 1010110 | 110100 |
Color Harmonies of #6B19EE
Complementary color
Monochromatic Colors of #6B19EE
Black with #6B19EE
Text Example
Text Example
White with #6B19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B19EE; }
p { color: rgb(107,25,238); }
H1.HeaderClassName
{
color: #6B19EE;
}
.AnyTagClassName
{
color: #6B19EE;
}
</style>
background-color css
<style>
a { background-color: #6B19EE; }
a { background-color: rgb(107,25,238); }
div.DivClassName
{
background-color: #6B19EE;
}
.BgClassName
{
background-color: #6B19EE;
}
</style>
border-color css
<style>
span { border-color: #6B19EE; }
span { border-color: rgb(107,25,238); }
td.TdClassName
{
border-color: #6B19EE;
}
.TagClassName
{
border-color: #6B19EE;
}
</style>