Shades of Han Purple #6024FC
Tints of Han Purple #6024FC
RGB
CMYK
RGB Variations
Color information
#6024FC (or 0x6024FC) is known color: Han Purple. HEX triplet: 60, 24 and FC. RGB value is (96,36,252). Sum of RGB (Red+Green+Blue) = 96+36+252=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #6024FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6024FC is #9FDB03. Grayscale: #4D4D4D. Windows color (decimal): -10476292 or 16524384. OLE color: 16524384.
HSL color Cylindrical-coordinate representation of color #6024FC: hue angle of 256.67º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6024FC is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 36 | 252 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.01 |
| HSL | 256.67º | 0.97% | 0.56% | - |
| HSV(B) | 256.67º | 0.86% | 0.99% | - |
| XYZ | 23.03 | 10.78 | 92.96 | - |
| YUV | 78.56 | 225.88 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 252 | 0.62 | 0.86 | 0 | 0.01 | 256.67 | 0.97 | 0.56 |
| Hex | 60 | 24 | FC | 3E | 56 | 0 | 1 | 101 | 61 | 38 |
| Octal | 140 | 44 | 374 | 76 | 126 | 0 | 1 | 401 | 141 | 70 |
| Binary | 1100000 | 100100 | 11111100 | 111110 | 1010110 | 0 | 1 | 100000001 | 1100001 | 111000 |
Color Harmonies of #6024FC
Complementary color
Monochromatic Colors of #6024FC
Black with #6024FC
Text Example
Text Example
White with #6024FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6024FC; }
p { color: rgb(96,36,252); }
H1.HeaderClassName
{
color: #6024FC;
}
.AnyTagClassName
{
color: #6024FC;
}
</style>
background-color css
<style>
a { background-color: #6024FC; }
a { background-color: rgb(96,36,252); }
div.DivClassName
{
background-color: #6024FC;
}
.BgClassName
{
background-color: #6024FC;
}
</style>
border-color css
<style>
span { border-color: #6024FC; }
span { border-color: rgb(96,36,252); }
td.TdClassName
{
border-color: #6024FC;
}
.TagClassName
{
border-color: #6024FC;
}
</style>