Shades of Han Purple #612FEE
Tints of Han Purple #612FEE
RGB
CMYK
RGB Variations
Color information
#612FEE (or 0x612FEE) is known color: Han Purple. HEX triplet: 61, 2F and EE. RGB value is (97,47,238). Sum of RGB (Red+Green+Blue) = 97+47+238=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #612FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612FEE is #9ED011. Grayscale: #535353. Windows color (decimal): -10407954 or 15609697. OLE color: 15609697.
HSL color Cylindrical-coordinate representation of color #612FEE: hue angle of 255.71º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612FEE is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 47 | 238 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.07 |
| HSL | 255.71º | 0.85% | 0.56% | - |
| HSV(B) | 255.71º | 0.8% | 0.93% | - |
| XYZ | 21.38 | 10.75 | 81.84 | - |
| YUV | 83.72 | 215.07 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 238 | 0.59 | 0.80 | 0 | 0.07 | 255.71 | 0.85 | 0.56 |
| Hex | 61 | 2F | EE | 3B | 50 | 0 | 7 | 100 | 55 | 38 |
| Octal | 141 | 57 | 356 | 73 | 120 | 0 | 7 | 400 | 125 | 70 |
| Binary | 1100001 | 101111 | 11101110 | 111011 | 1010000 | 0 | 111 | 100000000 | 1010101 | 111000 |
Color Harmonies of #612FEE
Complementary color
Monochromatic Colors of #612FEE
Black with #612FEE
Text Example
Text Example
White with #612FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612FEE; }
p { color: rgb(97,47,238); }
H1.HeaderClassName
{
color: #612FEE;
}
.AnyTagClassName
{
color: #612FEE;
}
</style>
background-color css
<style>
a { background-color: #612FEE; }
a { background-color: rgb(97,47,238); }
div.DivClassName
{
background-color: #612FEE;
}
.BgClassName
{
background-color: #612FEE;
}
</style>
border-color css
<style>
span { border-color: #612FEE; }
span { border-color: rgb(97,47,238); }
td.TdClassName
{
border-color: #612FEE;
}
.TagClassName
{
border-color: #612FEE;
}
</style>