Shades of Royal Purple #612EA2
Tints of Royal Purple #612EA2
RGB
CMYK
RGB Variations
Color information
#612EA2 (or 0x612EA2) is known color: Royal Purple. HEX triplet: 61, 2E and A2. RGB value is (97,46,162). Sum of RGB (Red+Green+Blue) = 97+46+162=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #612EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612EA2 is #9ED15D. Grayscale: #4A4A4A. Windows color (decimal): -10408286 or 10628705. OLE color: 10628705.
HSL color Cylindrical-coordinate representation of color #612EA2: hue angle of 266.38º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612EA2 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 46 | 162 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.36 |
| HSL | 266.38º | 0.56% | 0.41% | - |
| HSV(B) | 266.38º | 0.72% | 0.64% | - |
| XYZ | 12.43 | 7.1 | 34.9 | - |
| YUV | 74.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 162 | 0.40 | 0.72 | 0 | 0.36 | 266.38 | 0.56 | 0.41 |
| Hex | 61 | 2E | A2 | 28 | 48 | 0 | 24 | 10A | 38 | 29 |
| Octal | 141 | 56 | 242 | 50 | 110 | 0 | 44 | 412 | 70 | 51 |
| Binary | 1100001 | 101110 | 10100010 | 101000 | 1001000 | 0 | 100100 | 100001010 | 111000 | 101001 |
Color Harmonies of #612EA2
Complementary color
Monochromatic Colors of #612EA2
Black with #612EA2
Text Example
Text Example
White with #612EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612EA2; }
p { color: rgb(97,46,162); }
H1.HeaderClassName
{
color: #612EA2;
}
.AnyTagClassName
{
color: #612EA2;
}
</style>
background-color css
<style>
a { background-color: #612EA2; }
a { background-color: rgb(97,46,162); }
div.DivClassName
{
background-color: #612EA2;
}
.BgClassName
{
background-color: #612EA2;
}
</style>
border-color css
<style>
span { border-color: #612EA2; }
span { border-color: rgb(97,46,162); }
td.TdClassName
{
border-color: #612EA2;
}
.TagClassName
{
border-color: #612EA2;
}
</style>