Html Css Color HEX #612D98 Royal Purple

📋 copy color: '#612D98'

red 97 ◦ green 45 ◦ blue 152

#612D98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #612D98

Tints of Royal Purple #612D98

RGB

 RED value IS 97 (38.28% from 255) = 32.99%

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 152 (59.77% from 255) = 51.7%

R = 32.99%
G = 15.31%
B = 51.7%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#612D98 (or 0x612D98) is known color: Royal Purple. HEX triplet: 61, 2D and 98. RGB value is (97,45,152). Sum of RGB (Red+Green+Blue) = 97+45+152=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #612D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612D98 is #9ED267. Grayscale: #484848. Windows color (decimal): -10408552 or 9973089. OLE color: 9973089.

HSL color Cylindrical-coordinate representation of color #612D98: hue angle of 269.16º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #612D98 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 45 152 -
CMYK 0.36 0.70 0 0.40
HSL 269.16º 0.54% 0.39% -
HSV(B) 269.16º 0.7% 0.6% -
XYZ 11.54 6.69 30.39 -
YUV 72.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 97 45 152 0.36 0.70 0 0.40 269.16 0.54 0.39
Hex 61 2D 98 24 46 0 28 10D 36 27
Octal 141 55 230 44 106 0 50 415 66 47
Binary 1100001 101101 10011000 100100 1000110 0 101000 100001101 110110 100111

Color Harmonies of #612D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D98

Black with #612D98

Text Example


Text Example

White with #612D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612D98; }

 p { color: rgb(97,45,152); }

 H1.HeaderClassName
 {
   color: #612D98;
 }
 .AnyTagClassName
 {
   color: #612D98;
 }
</style>

background-color css

<style>
 a { background-color: #612D98; }

 a { background-color: rgb(97,45,152); }

 div.DivClassName
 {
   background-color: #612D98;
 }
 .BgClassName
 {
   background-color: #612D98;
 }
</style>

border-color css

<style>
 span { border-color: #612D98; }

 span { border-color: rgb(97,45,152); }

 td.TdClassName
 {
   border-color: #612D98;
 }
 .TagClassName
 {
   border-color: #612D98;
 }
</style>