Shades of Han Purple #6018FF
Tints of Han Purple #6018FF
RGB
CMYK
RGB Variations
Color information
#6018FF (or 0x6018FF) is known color: Han Purple. HEX triplet: 60, 18 and FF. RGB value is (96,24,255). Sum of RGB (Red+Green+Blue) = 96+24+255=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6018FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6018FF is #9FE700. Grayscale: #474747. Windows color (decimal): -10479361 or 16717920. OLE color: 16717920.
HSL color Cylindrical-coordinate representation of color #6018FF: hue angle of 258.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6018FF is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 24 | 255 | - |
| CMYK | 0.62 | 0.91 | 0 | 0 |
| HSL | 258.7º | 1% | 0.55% | - |
| HSV(B) | 258.7º | 0.91% | 1% | - |
| XYZ | 23.2 | 10.36 | 95.38 | - |
| YUV | 71.86 | 231.35 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 255 | 0.62 | 0.91 | 0 | 0 | 258.7 | 1 | 0.55 |
| Hex | 60 | 18 | FF | 3E | 5B | 0 | 0 | 103 | 64 | 37 |
| Octal | 140 | 30 | 377 | 76 | 133 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100000 | 11000 | 11111111 | 111110 | 1011011 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #6018FF
Complementary color
Monochromatic Colors of #6018FF
Black with #6018FF
Text Example
Text Example
White with #6018FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6018FF; }
p { color: rgb(96,24,255); }
H1.HeaderClassName
{
color: #6018FF;
}
.AnyTagClassName
{
color: #6018FF;
}
</style>
background-color css
<style>
a { background-color: #6018FF; }
a { background-color: rgb(96,24,255); }
div.DivClassName
{
background-color: #6018FF;
}
.BgClassName
{
background-color: #6018FF;
}
</style>
border-color css
<style>
span { border-color: #6018FF; }
span { border-color: rgb(96,24,255); }
td.TdClassName
{
border-color: #6018FF;
}
.TagClassName
{
border-color: #6018FF;
}
</style>