Shades of Han Purple #6B23ED
Tints of Han Purple #6B23ED
RGB
CMYK
RGB Variations
Color information
#6B23ED (or 0x6B23ED) is known color: Han Purple. HEX triplet: 6B, 23 and ED. RGB value is (107,35,237). Sum of RGB (Red+Green+Blue) = 107+35+237=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B23ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B23ED is #94DC12. Grayscale: #4E4E4E. Windows color (decimal): -9755667 or 15541099. OLE color: 15541099.
HSL color Cylindrical-coordinate representation of color #6B23ED: hue angle of 261.39º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B23ED is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 35 | 237 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.07 |
| HSL | 261.39º | 0.85% | 0.53% | - |
| HSV(B) | 261.39º | 0.85% | 0.93% | - |
| XYZ | 21.95 | 10.44 | 80.98 | - |
| YUV | 79.56 | 216.85 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 237 | 0.55 | 0.85 | 0 | 0.07 | 261.39 | 0.85 | 0.53 |
| Hex | 6B | 23 | ED | 37 | 55 | 0 | 7 | 105 | 55 | 35 |
| Octal | 153 | 43 | 355 | 67 | 125 | 0 | 7 | 405 | 125 | 65 |
| Binary | 1101011 | 100011 | 11101101 | 110111 | 1010101 | 0 | 111 | 100000101 | 1010101 | 110101 |
Color Harmonies of #6B23ED
Complementary color
Monochromatic Colors of #6B23ED
Black with #6B23ED
Text Example
Text Example
White with #6B23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B23ED; }
p { color: rgb(107,35,237); }
H1.HeaderClassName
{
color: #6B23ED;
}
.AnyTagClassName
{
color: #6B23ED;
}
</style>
background-color css
<style>
a { background-color: #6B23ED; }
a { background-color: rgb(107,35,237); }
div.DivClassName
{
background-color: #6B23ED;
}
.BgClassName
{
background-color: #6B23ED;
}
</style>
border-color css
<style>
span { border-color: #6B23ED; }
span { border-color: rgb(107,35,237); }
td.TdClassName
{
border-color: #6B23ED;
}
.TagClassName
{
border-color: #6B23ED;
}
</style>