Shades of Han Purple #6029F6
Tints of Han Purple #6029F6
RGB
CMYK
RGB Variations
Color information
#6029F6 (or 0x6029F6) is known color: Han Purple. HEX triplet: 60, 29 and F6. RGB value is (96,41,246). Sum of RGB (Red+Green+Blue) = 96+41+246=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #6029F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6029F6 is #9FD609. Grayscale: #505050. Windows color (decimal): -10475018 or 16132448. OLE color: 16132448.
HSL color Cylindrical-coordinate representation of color #6029F6: hue angle of 256.1º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6029F6 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 41 | 246 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.04 |
| HSL | 256.1º | 0.92% | 0.56% | - |
| HSV(B) | 256.1º | 0.83% | 0.96% | - |
| XYZ | 22.25 | 10.73 | 88.09 | - |
| YUV | 80.82 | 221.22 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 246 | 0.61 | 0.83 | 0 | 0.04 | 256.1 | 0.92 | 0.56 |
| Hex | 60 | 29 | F6 | 3D | 53 | 0 | 4 | 100 | 5C | 38 |
| Octal | 140 | 51 | 366 | 75 | 123 | 0 | 4 | 400 | 134 | 70 |
| Binary | 1100000 | 101001 | 11110110 | 111101 | 1010011 | 0 | 100 | 100000000 | 1011100 | 111000 |
Color Harmonies of #6029F6
Complementary color
Monochromatic Colors of #6029F6
Black with #6029F6
Text Example
Text Example
White with #6029F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6029F6; }
p { color: rgb(96,41,246); }
H1.HeaderClassName
{
color: #6029F6;
}
.AnyTagClassName
{
color: #6029F6;
}
</style>
background-color css
<style>
a { background-color: #6029F6; }
a { background-color: rgb(96,41,246); }
div.DivClassName
{
background-color: #6029F6;
}
.BgClassName
{
background-color: #6029F6;
}
</style>
border-color css
<style>
span { border-color: #6029F6; }
span { border-color: rgb(96,41,246); }
td.TdClassName
{
border-color: #6029F6;
}
.TagClassName
{
border-color: #6029F6;
}
</style>