Shades of Han Purple #6018FA
Tints of Han Purple #6018FA
RGB
CMYK
RGB Variations
Color information
#6018FA (or 0x6018FA) is known color: Han Purple. HEX triplet: 60, 18 and FA. RGB value is (96,24,250). Sum of RGB (Red+Green+Blue) = 96+24+250=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #6018FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6018FA is #9FE705. Grayscale: #464646. Windows color (decimal): -10479366 or 16390240. OLE color: 16390240.
HSL color Cylindrical-coordinate representation of color #6018FA: hue angle of 259.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6018FA is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 24 | 250 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.02 |
| HSL | 259.12º | 0.96% | 0.54% | - |
| HSV(B) | 259.12º | 0.9% | 0.98% | - |
| XYZ | 22.41 | 10.04 | 91.2 | - |
| YUV | 71.29 | 228.85 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 250 | 0.62 | 0.90 | 0 | 0.02 | 259.12 | 0.96 | 0.54 |
| Hex | 60 | 18 | FA | 3E | 5A | 0 | 2 | 103 | 60 | 36 |
| Octal | 140 | 30 | 372 | 76 | 132 | 0 | 2 | 403 | 140 | 66 |
| Binary | 1100000 | 11000 | 11111010 | 111110 | 1011010 | 0 | 10 | 100000011 | 1100000 | 110110 |
Color Harmonies of #6018FA
Complementary color
Monochromatic Colors of #6018FA
Black with #6018FA
Text Example
Text Example
White with #6018FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6018FA; }
p { color: rgb(96,24,250); }
H1.HeaderClassName
{
color: #6018FA;
}
.AnyTagClassName
{
color: #6018FA;
}
</style>
background-color css
<style>
a { background-color: #6018FA; }
a { background-color: rgb(96,24,250); }
div.DivClassName
{
background-color: #6018FA;
}
.BgClassName
{
background-color: #6018FA;
}
</style>
border-color css
<style>
span { border-color: #6018FA; }
span { border-color: rgb(96,24,250); }
td.TdClassName
{
border-color: #6018FA;
}
.TagClassName
{
border-color: #6018FA;
}
</style>