Shades of Han Purple #612CEA
Tints of Han Purple #612CEA
RGB
CMYK
RGB Variations
Color information
#612CEA (or 0x612CEA) is known color: Han Purple. HEX triplet: 61, 2C and EA. RGB value is (97,44,234). Sum of RGB (Red+Green+Blue) = 97+44+234=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #612CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CEA is #9ED315. Grayscale: #505050. Windows color (decimal): -10408726 or 15346785. OLE color: 15346785.
HSL color Cylindrical-coordinate representation of color #612CEA: hue angle of 256.74º degrees, saturation: 0.82, 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 #612CEA is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 44 | 234 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.08 |
| HSL | 256.74º | 0.82% | 0.55% | - |
| HSV(B) | 256.74º | 0.81% | 0.92% | - |
| XYZ | 20.68 | 10.28 | 78.74 | - |
| YUV | 81.51 | 214.06 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 234 | 0.59 | 0.81 | 0 | 0.08 | 256.74 | 0.82 | 0.55 |
| Hex | 61 | 2C | EA | 3B | 51 | 0 | 8 | 101 | 52 | 37 |
| Octal | 141 | 54 | 352 | 73 | 121 | 0 | 10 | 401 | 122 | 67 |
| Binary | 1100001 | 101100 | 11101010 | 111011 | 1010001 | 0 | 1000 | 100000001 | 1010010 | 110111 |
Color Harmonies of #612CEA
Complementary color
Monochromatic Colors of #612CEA
Black with #612CEA
Text Example
Text Example
White with #612CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612CEA; }
p { color: rgb(97,44,234); }
H1.HeaderClassName
{
color: #612CEA;
}
.AnyTagClassName
{
color: #612CEA;
}
</style>
background-color css
<style>
a { background-color: #612CEA; }
a { background-color: rgb(97,44,234); }
div.DivClassName
{
background-color: #612CEA;
}
.BgClassName
{
background-color: #612CEA;
}
</style>
border-color css
<style>
span { border-color: #612CEA; }
span { border-color: rgb(97,44,234); }
td.TdClassName
{
border-color: #612CEA;
}
.TagClassName
{
border-color: #612CEA;
}
</style>