Shades of Han Purple #6B24FB
Tints of Han Purple #6B24FB
RGB
CMYK
RGB Variations
Color information
#6B24FB (or 0x6B24FB) is known color: Han Purple. HEX triplet: 6B, 24 and FB. RGB value is (107,36,251). Sum of RGB (Red+Green+Blue) = 107+36+251=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B24FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B24FB is #94DB04. Grayscale: #505050. Windows color (decimal): -9755397 or 16458859. OLE color: 16458859.
HSL color Cylindrical-coordinate representation of color #6B24FB: hue angle of 259.81º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B24FB is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 36 | 251 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.02 |
| HSL | 259.81º | 0.96% | 0.56% | - |
| HSV(B) | 259.81º | 0.86% | 0.98% | - |
| XYZ | 24.11 | 11.35 | 92.19 | - |
| YUV | 81.74 | 223.52 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 251 | 0.57 | 0.86 | 0 | 0.02 | 259.81 | 0.96 | 0.56 |
| Hex | 6B | 24 | FB | 39 | 56 | 0 | 2 | 104 | 60 | 38 |
| Octal | 153 | 44 | 373 | 71 | 126 | 0 | 2 | 404 | 140 | 70 |
| Binary | 1101011 | 100100 | 11111011 | 111001 | 1010110 | 0 | 10 | 100000100 | 1100000 | 111000 |
Color Harmonies of #6B24FB
Complementary color
Monochromatic Colors of #6B24FB
Black with #6B24FB
Text Example
Text Example
White with #6B24FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B24FB; }
p { color: rgb(107,36,251); }
H1.HeaderClassName
{
color: #6B24FB;
}
.AnyTagClassName
{
color: #6B24FB;
}
</style>
background-color css
<style>
a { background-color: #6B24FB; }
a { background-color: rgb(107,36,251); }
div.DivClassName
{
background-color: #6B24FB;
}
.BgClassName
{
background-color: #6B24FB;
}
</style>
border-color css
<style>
span { border-color: #6B24FB; }
span { border-color: rgb(107,36,251); }
td.TdClassName
{
border-color: #6B24FB;
}
.TagClassName
{
border-color: #6B24FB;
}
</style>