Shades of Han Purple #602CFC
Tints of Han Purple #602CFC
RGB
CMYK
RGB Variations
Color information
#602CFC (or 0x602CFC) is known color: Han Purple. HEX triplet: 60, 2C and FC. RGB value is (96,44,252). Sum of RGB (Red+Green+Blue) = 96+44+252=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #602CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CFC is #9FD303. Grayscale: #525252. Windows color (decimal): -10474244 or 16526432. OLE color: 16526432.
HSL color Cylindrical-coordinate representation of color #602CFC: hue angle of 255º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #602CFC is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 44 | 252 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.01 |
| HSL | 255º | 0.97% | 0.58% | - |
| HSV(B) | 255º | 0.83% | 0.99% | - |
| XYZ | 23.3 | 11.32 | 93.05 | - |
| YUV | 83.26 | 223.23 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 252 | 0.62 | 0.83 | 0 | 0.01 | 255 | 0.97 | 0.58 |
| Hex | 60 | 2C | FC | 3E | 53 | 0 | 1 | FF | 61 | 3A |
| Octal | 140 | 54 | 374 | 76 | 123 | 0 | 1 | 377 | 141 | 72 |
| Binary | 1100000 | 101100 | 11111100 | 111110 | 1010011 | 0 | 1 | 11111111 | 1100001 | 111010 |
Color Harmonies of #602CFC
Complementary color
Monochromatic Colors of #602CFC
Black with #602CFC
Text Example
Text Example
White with #602CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CFC; }
p { color: rgb(96,44,252); }
H1.HeaderClassName
{
color: #602CFC;
}
.AnyTagClassName
{
color: #602CFC;
}
</style>
background-color css
<style>
a { background-color: #602CFC; }
a { background-color: rgb(96,44,252); }
div.DivClassName
{
background-color: #602CFC;
}
.BgClassName
{
background-color: #602CFC;
}
</style>
border-color css
<style>
span { border-color: #602CFC; }
span { border-color: rgb(96,44,252); }
td.TdClassName
{
border-color: #602CFC;
}
.TagClassName
{
border-color: #602CFC;
}
</style>