Shades of Han Purple #6B24EA
Tints of Han Purple #6B24EA
RGB
CMYK
RGB Variations
Color information
#6B24EA (or 0x6B24EA) is known color: Han Purple. HEX triplet: 6B, 24 and EA. RGB value is (107,36,234). Sum of RGB (Red+Green+Blue) = 107+36+234=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B24EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B24EA is #94DB15. Grayscale: #4F4F4F. Windows color (decimal): -9755414 or 15344747. OLE color: 15344747.
HSL color Cylindrical-coordinate representation of color #6B24EA: hue angle of 261.52º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B24EA is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 36 | 234 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.08 |
| HSL | 261.52º | 0.83% | 0.53% | - |
| HSV(B) | 261.52º | 0.85% | 0.92% | - |
| XYZ | 21.55 | 10.33 | 78.7 | - |
| YUV | 79.8 | 215.02 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 234 | 0.54 | 0.85 | 0 | 0.08 | 261.52 | 0.83 | 0.53 |
| Hex | 6B | 24 | EA | 36 | 55 | 0 | 8 | 106 | 52 | 35 |
| Octal | 153 | 44 | 352 | 66 | 125 | 0 | 10 | 406 | 122 | 65 |
| Binary | 1101011 | 100100 | 11101010 | 110110 | 1010101 | 0 | 1000 | 100000110 | 1010010 | 110101 |
Color Harmonies of #6B24EA
Complementary color
Monochromatic Colors of #6B24EA
Black with #6B24EA
Text Example
Text Example
White with #6B24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B24EA; }
p { color: rgb(107,36,234); }
H1.HeaderClassName
{
color: #6B24EA;
}
.AnyTagClassName
{
color: #6B24EA;
}
</style>
background-color css
<style>
a { background-color: #6B24EA; }
a { background-color: rgb(107,36,234); }
div.DivClassName
{
background-color: #6B24EA;
}
.BgClassName
{
background-color: #6B24EA;
}
</style>
border-color css
<style>
span { border-color: #6B24EA; }
span { border-color: rgb(107,36,234); }
td.TdClassName
{
border-color: #6B24EA;
}
.TagClassName
{
border-color: #6B24EA;
}
</style>