Shades of Han Purple #6A24FB
Tints of Han Purple #6A24FB
RGB
CMYK
RGB Variations
Color information
#6A24FB (or 0x6A24FB) is known color: Han Purple. HEX triplet: 6A, 24 and FB. RGB value is (106,36,251). Sum of RGB (Red+Green+Blue) = 106+36+251=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A24FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A24FB is #95DB04. Grayscale: #505050. Windows color (decimal): -9820933 or 16458858. OLE color: 16458858.
HSL color Cylindrical-coordinate representation of color #6A24FB: hue angle of 259.53º 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 #6A24FB is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 36 | 251 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.02 |
| HSL | 259.53º | 0.96% | 0.56% | - |
| HSV(B) | 259.53º | 0.86% | 0.98% | - |
| XYZ | 23.99 | 11.29 | 92.18 | - |
| YUV | 81.44 | 223.69 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 36 | 251 | 0.58 | 0.86 | 0 | 0.02 | 259.53 | 0.96 | 0.56 |
| Hex | 6A | 24 | FB | 3A | 56 | 0 | 2 | 104 | 60 | 38 |
| Octal | 152 | 44 | 373 | 72 | 126 | 0 | 2 | 404 | 140 | 70 |
| Binary | 1101010 | 100100 | 11111011 | 111010 | 1010110 | 0 | 10 | 100000100 | 1100000 | 111000 |
Color Harmonies of #6A24FB
Complementary color
Monochromatic Colors of #6A24FB
Black with #6A24FB
Text Example
Text Example
White with #6A24FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A24FB; }
p { color: rgb(106,36,251); }
H1.HeaderClassName
{
color: #6A24FB;
}
.AnyTagClassName
{
color: #6A24FB;
}
</style>
background-color css
<style>
a { background-color: #6A24FB; }
a { background-color: rgb(106,36,251); }
div.DivClassName
{
background-color: #6A24FB;
}
.BgClassName
{
background-color: #6A24FB;
}
</style>
border-color css
<style>
span { border-color: #6A24FB; }
span { border-color: rgb(106,36,251); }
td.TdClassName
{
border-color: #6A24FB;
}
.TagClassName
{
border-color: #6A24FB;
}
</style>