Shades of Han Purple #602CF6
Tints of Han Purple #602CF6
RGB
CMYK
RGB Variations
Color information
#602CF6 (or 0x602CF6) is known color: Han Purple. HEX triplet: 60, 2C and F6. RGB value is (96,44,246). Sum of RGB (Red+Green+Blue) = 96+44+246=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 246 (96.48% from 255 or 63.73% from 386); Max value from RGB is 246 - color contains mainly: blue. Hex color #602CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CF6 is #9FD309. Grayscale: #515151. Windows color (decimal): -10474250 or 16133216. OLE color: 16133216.
HSL color Cylindrical-coordinate representation of color #602CF6: hue angle of 255.45º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602CF6 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 44 | 246 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.04 |
| HSL | 255.45º | 0.92% | 0.57% | - |
| HSV(B) | 255.45º | 0.82% | 0.96% | - |
| XYZ | 22.36 | 10.94 | 88.12 | - |
| YUV | 82.58 | 220.23 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 246 | 0.61 | 0.82 | 0 | 0.04 | 255.45 | 0.92 | 0.57 |
| Hex | 60 | 2C | F6 | 3D | 52 | 0 | 4 | FF | 5C | 39 |
| Octal | 140 | 54 | 366 | 75 | 122 | 0 | 4 | 377 | 134 | 71 |
| Binary | 1100000 | 101100 | 11110110 | 111101 | 1010010 | 0 | 100 | 11111111 | 1011100 | 111001 |
Color Harmonies of #602CF6
Complementary color
Monochromatic Colors of #602CF6
Black with #602CF6
Text Example
Text Example
White with #602CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CF6; }
p { color: rgb(96,44,246); }
H1.HeaderClassName
{
color: #602CF6;
}
.AnyTagClassName
{
color: #602CF6;
}
</style>
background-color css
<style>
a { background-color: #602CF6; }
a { background-color: rgb(96,44,246); }
div.DivClassName
{
background-color: #602CF6;
}
.BgClassName
{
background-color: #602CF6;
}
</style>
border-color css
<style>
span { border-color: #602CF6; }
span { border-color: rgb(96,44,246); }
td.TdClassName
{
border-color: #602CF6;
}
.TagClassName
{
border-color: #602CF6;
}
</style>