Shades of Han Purple #6029FA
Tints of Han Purple #6029FA
RGB
CMYK
RGB Variations
Color information
#6029FA (or 0x6029FA) is known color: Han Purple. HEX triplet: 60, 29 and FA. RGB value is (96,41,250). Sum of RGB (Red+Green+Blue) = 96+41+250=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #6029FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6029FA is #9FD605. Grayscale: #505050. Windows color (decimal): -10475014 or 16394592. OLE color: 16394592.
HSL color Cylindrical-coordinate representation of color #6029FA: hue angle of 255.79º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6029FA is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 41 | 250 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.02 |
| HSL | 255.79º | 0.95% | 0.57% | - |
| HSV(B) | 255.79º | 0.84% | 0.98% | - |
| XYZ | 22.87 | 10.97 | 91.36 | - |
| YUV | 81.27 | 223.22 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 250 | 0.62 | 0.84 | 0 | 0.02 | 255.79 | 0.95 | 0.57 |
| Hex | 60 | 29 | FA | 3E | 54 | 0 | 2 | 100 | 5F | 39 |
| Octal | 140 | 51 | 372 | 76 | 124 | 0 | 2 | 400 | 137 | 71 |
| Binary | 1100000 | 101001 | 11111010 | 111110 | 1010100 | 0 | 10 | 100000000 | 1011111 | 111001 |
Color Harmonies of #6029FA
Complementary color
Monochromatic Colors of #6029FA
Black with #6029FA
Text Example
Text Example
White with #6029FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6029FA; }
p { color: rgb(96,41,250); }
H1.HeaderClassName
{
color: #6029FA;
}
.AnyTagClassName
{
color: #6029FA;
}
</style>
background-color css
<style>
a { background-color: #6029FA; }
a { background-color: rgb(96,41,250); }
div.DivClassName
{
background-color: #6029FA;
}
.BgClassName
{
background-color: #6029FA;
}
</style>
border-color css
<style>
span { border-color: #6029FA; }
span { border-color: rgb(96,41,250); }
td.TdClassName
{
border-color: #6029FA;
}
.TagClassName
{
border-color: #6029FA;
}
</style>