Shades of Han Purple #612BEE
Tints of Han Purple #612BEE
RGB
CMYK
RGB Variations
Color information
#612BEE (or 0x612BEE) is known color: Han Purple. HEX triplet: 61, 2B and EE. RGB value is (97,43,238). Sum of RGB (Red+Green+Blue) = 97+43+238=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #612BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612BEE is #9ED411. Grayscale: #505050. Windows color (decimal): -10408978 or 15608673. OLE color: 15608673.
HSL color Cylindrical-coordinate representation of color #612BEE: hue angle of 256.62º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612BEE is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 43 | 238 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.07 |
| HSL | 256.62º | 0.85% | 0.55% | - |
| HSV(B) | 256.62º | 0.82% | 0.93% | - |
| XYZ | 21.23 | 10.44 | 81.79 | - |
| YUV | 81.38 | 216.39 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 238 | 0.59 | 0.82 | 0 | 0.07 | 256.62 | 0.85 | 0.55 |
| Hex | 61 | 2B | EE | 3B | 52 | 0 | 7 | 101 | 55 | 37 |
| Octal | 141 | 53 | 356 | 73 | 122 | 0 | 7 | 401 | 125 | 67 |
| Binary | 1100001 | 101011 | 11101110 | 111011 | 1010010 | 0 | 111 | 100000001 | 1010101 | 110111 |
Color Harmonies of #612BEE
Complementary color
Monochromatic Colors of #612BEE
Black with #612BEE
Text Example
Text Example
White with #612BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612BEE; }
p { color: rgb(97,43,238); }
H1.HeaderClassName
{
color: #612BEE;
}
.AnyTagClassName
{
color: #612BEE;
}
</style>
background-color css
<style>
a { background-color: #612BEE; }
a { background-color: rgb(97,43,238); }
div.DivClassName
{
background-color: #612BEE;
}
.BgClassName
{
background-color: #612BEE;
}
</style>
border-color css
<style>
span { border-color: #612BEE; }
span { border-color: rgb(97,43,238); }
td.TdClassName
{
border-color: #612BEE;
}
.TagClassName
{
border-color: #612BEE;
}
</style>