Html Css Color HEX #612C99 Royal Purple

📋 copy color: '#612C99'

red 97 ◦ green 44 ◦ blue 153

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

Shades of Royal Purple #612C99

Tints of Royal Purple #612C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.97%

 BLUE value IS 153 (60.16% from 255) = 52.04%

R = 32.99%
G = 14.97%
B = 52.04%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#612C99 (or 0x612C99) is known color: Royal Purple. HEX triplet: 61, 2C and 99. RGB value is (97,44,153). Sum of RGB (Red+Green+Blue) = 97+44+153=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #612C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612C99 is #9ED366. Grayscale: #474747. Windows color (decimal): -10408807 or 10038369. OLE color: 10038369.

HSL color Cylindrical-coordinate representation of color #612C99: hue angle of 269.17º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612C99 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 44 153 -
CMYK 0.37 0.71 0 0.4
HSL 269.17º 0.55% 0.39% -
HSV(B) 269.17º 0.71% 0.6% -
XYZ 11.58 6.64 30.81 -
YUV 72.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 97 44 153 0.37 0.71 0 0.4 269.17 0.55 0.39
Hex 61 2C 99 25 47 0 28 10D 37 27
Octal 141 54 231 45 107 0 50 415 67 47
Binary 1100001 101100 10011001 100101 1000111 0 101000 100001101 110111 100111

Color Harmonies of #612C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C99

Black with #612C99

Text Example


Text Example

White with #612C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,44,153); }

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

background-color css

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

 a { background-color: rgb(97,44,153); }

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

border-color css

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

 span { border-color: rgb(97,44,153); }

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