Shades of Han Purple #602CEF
Tints of Han Purple #602CEF
RGB
CMYK
RGB Variations
Color information
#602CEF (or 0x602CEF) is known color: Han Purple. HEX triplet: 60, 2C and EF. RGB value is (96,44,239). Sum of RGB (Red+Green+Blue) = 96+44+239=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #602CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CEF is #9FD310. Grayscale: #515151. Windows color (decimal): -10474257 or 15674464. OLE color: 15674464.
HSL color Cylindrical-coordinate representation of color #602CEF: hue angle of 256º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602CEF is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 44 | 239 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.06 |
| HSL | 256º | 0.86% | 0.55% | - |
| HSV(B) | 256º | 0.82% | 0.94% | - |
| XYZ | 21.3 | 10.52 | 82.57 | - |
| YUV | 81.78 | 216.73 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 239 | 0.60 | 0.82 | 0 | 0.06 | 256 | 0.86 | 0.55 |
| Hex | 60 | 2C | EF | 3C | 52 | 0 | 6 | 100 | 56 | 37 |
| Octal | 140 | 54 | 357 | 74 | 122 | 0 | 6 | 400 | 126 | 67 |
| Binary | 1100000 | 101100 | 11101111 | 111100 | 1010010 | 0 | 110 | 100000000 | 1010110 | 110111 |
Color Harmonies of #602CEF
Complementary color
Monochromatic Colors of #602CEF
Black with #602CEF
Text Example
Text Example
White with #602CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CEF; }
p { color: rgb(96,44,239); }
H1.HeaderClassName
{
color: #602CEF;
}
.AnyTagClassName
{
color: #602CEF;
}
</style>
background-color css
<style>
a { background-color: #602CEF; }
a { background-color: rgb(96,44,239); }
div.DivClassName
{
background-color: #602CEF;
}
.BgClassName
{
background-color: #602CEF;
}
</style>
border-color css
<style>
span { border-color: #602CEF; }
span { border-color: rgb(96,44,239); }
td.TdClassName
{
border-color: #602CEF;
}
.TagClassName
{
border-color: #602CEF;
}
</style>