Shades of Han Purple #6026FF
Tints of Han Purple #6026FF
RGB
CMYK
RGB Variations
Color information
#6026FF (or 0x6026FF) is known color: Han Purple. HEX triplet: 60, 26 and FF. RGB value is (96,38,255). Sum of RGB (Red+Green+Blue) = 96+38+255=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #6026FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6026FF is #9FD900. Grayscale: #4F4F4F. Windows color (decimal): -10475777 or 16721504. OLE color: 16721504.
HSL color Cylindrical-coordinate representation of color #6026FF: hue angle of 256.04º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6026FF is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 38 | 255 | - |
| CMYK | 0.62 | 0.85 | 0 | 0 |
| HSL | 256.04º | 1% | 0.57% | - |
| HSV(B) | 256.04º | 0.85% | 1% | - |
| XYZ | 23.57 | 11.09 | 95.51 | - |
| YUV | 80.08 | 226.72 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 255 | 0.62 | 0.85 | 0 | 0 | 256.04 | 1 | 0.57 |
| Hex | 60 | 26 | FF | 3E | 55 | 0 | 0 | 100 | 64 | 39 |
| Octal | 140 | 46 | 377 | 76 | 125 | 0 | 0 | 400 | 144 | 71 |
| Binary | 1100000 | 100110 | 11111111 | 111110 | 1010101 | 0 | 0 | 100000000 | 1100100 | 111001 |
Color Harmonies of #6026FF
Complementary color
Monochromatic Colors of #6026FF
Black with #6026FF
Text Example
Text Example
White with #6026FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6026FF; }
p { color: rgb(96,38,255); }
H1.HeaderClassName
{
color: #6026FF;
}
.AnyTagClassName
{
color: #6026FF;
}
</style>
background-color css
<style>
a { background-color: #6026FF; }
a { background-color: rgb(96,38,255); }
div.DivClassName
{
background-color: #6026FF;
}
.BgClassName
{
background-color: #6026FF;
}
</style>
border-color css
<style>
span { border-color: #6026FF; }
span { border-color: rgb(96,38,255); }
td.TdClassName
{
border-color: #6026FF;
}
.TagClassName
{
border-color: #6026FF;
}
</style>