Shades of Han Purple #612CEB
Tints of Han Purple #612CEB
RGB
CMYK
RGB Variations
Color information
#612CEB (or 0x612CEB) is known color: Han Purple. HEX triplet: 61, 2C and EB. RGB value is (97,44,235). Sum of RGB (Red+Green+Blue) = 97+44+235=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #612CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CEB is #9ED314. Grayscale: #505050. Windows color (decimal): -10408725 or 15412321. OLE color: 15412321.
HSL color Cylindrical-coordinate representation of color #612CEB: hue angle of 256.65º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #612CEB is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 44 | 235 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.08 |
| HSL | 256.65º | 0.83% | 0.55% | - |
| HSV(B) | 256.65º | 0.81% | 0.92% | - |
| XYZ | 20.83 | 10.34 | 79.5 | - |
| YUV | 81.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 235 | 0.59 | 0.81 | 0 | 0.08 | 256.65 | 0.83 | 0.55 |
| Hex | 61 | 2C | EB | 3B | 51 | 0 | 8 | 101 | 53 | 37 |
| Octal | 141 | 54 | 353 | 73 | 121 | 0 | 10 | 401 | 123 | 67 |
| Binary | 1100001 | 101100 | 11101011 | 111011 | 1010001 | 0 | 1000 | 100000001 | 1010011 | 110111 |
Color Harmonies of #612CEB
Complementary color
Monochromatic Colors of #612CEB
Black with #612CEB
Text Example
Text Example
White with #612CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612CEB; }
p { color: rgb(97,44,235); }
H1.HeaderClassName
{
color: #612CEB;
}
.AnyTagClassName
{
color: #612CEB;
}
</style>
background-color css
<style>
a { background-color: #612CEB; }
a { background-color: rgb(97,44,235); }
div.DivClassName
{
background-color: #612CEB;
}
.BgClassName
{
background-color: #612CEB;
}
</style>
border-color css
<style>
span { border-color: #612CEB; }
span { border-color: rgb(97,44,235); }
td.TdClassName
{
border-color: #612CEB;
}
.TagClassName
{
border-color: #612CEB;
}
</style>