Shades of Royal Purple #62279A
Tints of Royal Purple #62279A
RGB
CMYK
RGB Variations
Color information
#62279A (or 0x62279A) is known color: Royal Purple. HEX triplet: 62, 27 and 9A. RGB value is (98,39,154). Sum of RGB (Red+Green+Blue) = 98+39+154=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #62279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62279A is #9DD865. Grayscale: #454545. Windows color (decimal): -10344550 or 10102626. OLE color: 10102626.
HSL color Cylindrical-coordinate representation of color #62279A: hue angle of 270.78º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62279A is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 39 | 154 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.40 |
| HSL | 270.78º | 0.6% | 0.38% | - |
| HSV(B) | 270.78º | 0.75% | 0.6% | - |
| XYZ | 11.6 | 6.38 | 31.19 | - |
| YUV | 69.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 154 | 0.36 | 0.75 | 0 | 0.40 | 270.78 | 0.6 | 0.38 |
| Hex | 62 | 27 | 9A | 24 | 4B | 0 | 28 | 10F | 3C | 26 |
| Octal | 142 | 47 | 232 | 44 | 113 | 0 | 50 | 417 | 74 | 46 |
| Binary | 1100010 | 100111 | 10011010 | 100100 | 1001011 | 0 | 101000 | 100001111 | 111100 | 100110 |
Color Harmonies of #62279A
Complementary color
Monochromatic Colors of #62279A
Black with #62279A
Text Example
Text Example
White with #62279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62279A; }
p { color: rgb(98,39,154); }
H1.HeaderClassName
{
color: #62279A;
}
.AnyTagClassName
{
color: #62279A;
}
</style>
background-color css
<style>
a { background-color: #62279A; }
a { background-color: rgb(98,39,154); }
div.DivClassName
{
background-color: #62279A;
}
.BgClassName
{
background-color: #62279A;
}
</style>
border-color css
<style>
span { border-color: #62279A; }
span { border-color: rgb(98,39,154); }
td.TdClassName
{
border-color: #62279A;
}
.TagClassName
{
border-color: #62279A;
}
</style>