Shades of Han Purple #612EEA
Tints of Han Purple #612EEA
RGB
CMYK
RGB Variations
Color information
#612EEA (or 0x612EEA) is known color: Han Purple. HEX triplet: 61, 2E and EA. RGB value is (97,46,234). Sum of RGB (Red+Green+Blue) = 97+46+234=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #612EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612EEA is #9ED115. Grayscale: #515151. Windows color (decimal): -10408214 or 15347297. OLE color: 15347297.
HSL color Cylindrical-coordinate representation of color #612EEA: hue angle of 256.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612EEA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 46 | 234 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.08 |
| HSL | 256.28º | 0.82% | 0.55% | - |
| HSV(B) | 256.28º | 0.8% | 0.92% | - |
| XYZ | 20.76 | 10.44 | 78.76 | - |
| YUV | 82.68 | 213.4 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 234 | 0.59 | 0.80 | 0 | 0.08 | 256.28 | 0.82 | 0.55 |
| Hex | 61 | 2E | EA | 3B | 50 | 0 | 8 | 100 | 52 | 37 |
| Octal | 141 | 56 | 352 | 73 | 120 | 0 | 10 | 400 | 122 | 67 |
| Binary | 1100001 | 101110 | 11101010 | 111011 | 1010000 | 0 | 1000 | 100000000 | 1010010 | 110111 |
Color Harmonies of #612EEA
Complementary color
Monochromatic Colors of #612EEA
Black with #612EEA
Text Example
Text Example
White with #612EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612EEA; }
p { color: rgb(97,46,234); }
H1.HeaderClassName
{
color: #612EEA;
}
.AnyTagClassName
{
color: #612EEA;
}
</style>
background-color css
<style>
a { background-color: #612EEA; }
a { background-color: rgb(97,46,234); }
div.DivClassName
{
background-color: #612EEA;
}
.BgClassName
{
background-color: #612EEA;
}
</style>
border-color css
<style>
span { border-color: #612EEA; }
span { border-color: rgb(97,46,234); }
td.TdClassName
{
border-color: #612EEA;
}
.TagClassName
{
border-color: #612EEA;
}
</style>