Shades of Han Purple #6B23EE
Tints of Han Purple #6B23EE
RGB
CMYK
RGB Variations
Color information
#6B23EE (or 0x6B23EE) is known color: Han Purple. HEX triplet: 6B, 23 and EE. RGB value is (107,35,238). Sum of RGB (Red+Green+Blue) = 107+35+238=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B23EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B23EE is #94DC11. Grayscale: #4E4E4E. Windows color (decimal): -9755666 or 15606635. OLE color: 15606635.
HSL color Cylindrical-coordinate representation of color #6B23EE: hue angle of 261.28º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B23EE is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 35 | 238 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.07 |
| HSL | 261.28º | 0.86% | 0.54% | - |
| HSV(B) | 261.28º | 0.85% | 0.93% | - |
| XYZ | 22.1 | 10.5 | 81.75 | - |
| YUV | 79.67 | 217.35 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 238 | 0.55 | 0.85 | 0 | 0.07 | 261.28 | 0.86 | 0.54 |
| Hex | 6B | 23 | EE | 37 | 55 | 0 | 7 | 105 | 56 | 36 |
| Octal | 153 | 43 | 356 | 67 | 125 | 0 | 7 | 405 | 126 | 66 |
| Binary | 1101011 | 100011 | 11101110 | 110111 | 1010101 | 0 | 111 | 100000101 | 1010110 | 110110 |
Color Harmonies of #6B23EE
Complementary color
Monochromatic Colors of #6B23EE
Black with #6B23EE
Text Example
Text Example
White with #6B23EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B23EE; }
p { color: rgb(107,35,238); }
H1.HeaderClassName
{
color: #6B23EE;
}
.AnyTagClassName
{
color: #6B23EE;
}
</style>
background-color css
<style>
a { background-color: #6B23EE; }
a { background-color: rgb(107,35,238); }
div.DivClassName
{
background-color: #6B23EE;
}
.BgClassName
{
background-color: #6B23EE;
}
</style>
border-color css
<style>
span { border-color: #6B23EE; }
span { border-color: rgb(107,35,238); }
td.TdClassName
{
border-color: #6B23EE;
}
.TagClassName
{
border-color: #6B23EE;
}
</style>