Shades of Han Purple #6A24FF
Tints of Han Purple #6A24FF
RGB
CMYK
RGB Variations
Color information
#6A24FF (or 0x6A24FF) is known color: Han Purple. HEX triplet: 6A, 24 and FF. RGB value is (106,36,255). Sum of RGB (Red+Green+Blue) = 106+36+255=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A24FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A24FF is #95DB00. Grayscale: #515151. Windows color (decimal): -9820929 or 16721002. OLE color: 16721002.
HSL color Cylindrical-coordinate representation of color #6A24FF: hue angle of 259.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A24FF is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 36 | 255 | - |
| CMYK | 0.58 | 0.86 | 0 | 0 |
| HSL | 259.18º | 1% | 0.57% | - |
| HSV(B) | 259.18º | 0.86% | 1% | - |
| XYZ | 24.62 | 11.55 | 95.54 | - |
| YUV | 81.9 | 225.69 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 36 | 255 | 0.58 | 0.86 | 0 | 0 | 259.18 | 1 | 0.57 |
| Hex | 6A | 24 | FF | 3A | 56 | 0 | 0 | 103 | 64 | 39 |
| Octal | 152 | 44 | 377 | 72 | 126 | 0 | 0 | 403 | 144 | 71 |
| Binary | 1101010 | 100100 | 11111111 | 111010 | 1010110 | 0 | 0 | 100000011 | 1100100 | 111001 |
Color Harmonies of #6A24FF
Complementary color
Monochromatic Colors of #6A24FF
Black with #6A24FF
Text Example
Text Example
White with #6A24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A24FF; }
p { color: rgb(106,36,255); }
H1.HeaderClassName
{
color: #6A24FF;
}
.AnyTagClassName
{
color: #6A24FF;
}
</style>
background-color css
<style>
a { background-color: #6A24FF; }
a { background-color: rgb(106,36,255); }
div.DivClassName
{
background-color: #6A24FF;
}
.BgClassName
{
background-color: #6A24FF;
}
</style>
border-color css
<style>
span { border-color: #6A24FF; }
span { border-color: rgb(106,36,255); }
td.TdClassName
{
border-color: #6A24FF;
}
.TagClassName
{
border-color: #6A24FF;
}
</style>