Shades of Han Purple #6B24F1
Tints of Han Purple #6B24F1
RGB
CMYK
RGB Variations
Color information
#6B24F1 (or 0x6B24F1) is known color: Han Purple. HEX triplet: 6B, 24 and F1. RGB value is (107,36,241). Sum of RGB (Red+Green+Blue) = 107+36+241=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B24F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B24F1 is #94DB0E. Grayscale: #4F4F4F. Windows color (decimal): -9755407 or 15803499. OLE color: 15803499.
HSL color Cylindrical-coordinate representation of color #6B24F1: hue angle of 260.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B24F1 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 36 | 241 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.05 |
| HSL | 260.78º | 0.88% | 0.54% | - |
| HSV(B) | 260.78º | 0.85% | 0.95% | - |
| XYZ | 22.57 | 10.74 | 84.1 | - |
| YUV | 80.6 | 218.52 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 241 | 0.56 | 0.85 | 0 | 0.05 | 260.78 | 0.88 | 0.54 |
| Hex | 6B | 24 | F1 | 38 | 55 | 0 | 5 | 105 | 58 | 36 |
| Octal | 153 | 44 | 361 | 70 | 125 | 0 | 5 | 405 | 130 | 66 |
| Binary | 1101011 | 100100 | 11110001 | 111000 | 1010101 | 0 | 101 | 100000101 | 1011000 | 110110 |
Color Harmonies of #6B24F1
Complementary color
Monochromatic Colors of #6B24F1
Black with #6B24F1
Text Example
Text Example
White with #6B24F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B24F1; }
p { color: rgb(107,36,241); }
H1.HeaderClassName
{
color: #6B24F1;
}
.AnyTagClassName
{
color: #6B24F1;
}
</style>
background-color css
<style>
a { background-color: #6B24F1; }
a { background-color: rgb(107,36,241); }
div.DivClassName
{
background-color: #6B24F1;
}
.BgClassName
{
background-color: #6B24F1;
}
</style>
border-color css
<style>
span { border-color: #6B24F1; }
span { border-color: rgb(107,36,241); }
td.TdClassName
{
border-color: #6B24F1;
}
.TagClassName
{
border-color: #6B24F1;
}
</style>