Html Css Color HEX #712CA2 Royal Purple

📋 copy color: '#712CA2'

red 113 ◦ green 44 ◦ blue 162

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

Shades of Royal Purple #712CA2

Tints of Royal Purple #712CA2

RGB

 RED value IS 113 (44.53% from 255) = 35.42%

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

 BLUE value IS 162 (63.67% from 255) = 50.78%

R = 35.42%
G = 13.79%
B = 50.78%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#712CA2 (or 0x712CA2) is known color: Royal Purple. HEX triplet: 71, 2C and A2. RGB value is (113,44,162). Sum of RGB (Red+Green+Blue) = 113+44+162=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #712CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712CA2 is #8ED35D. Grayscale: #4D4D4D. Windows color (decimal): -9360222 or 10628209. OLE color: 10628209.

HSL color Cylindrical-coordinate representation of color #712CA2: hue angle of 275.08º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712CA2 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 44 162 -
CMYK 0.30 0.73 0 0.36
HSL 275.08º 0.57% 0.4% -
HSV(B) 275.08º 0.73% 0.64% -
XYZ 14.23 7.92 34.96 -
YUV 78.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 113 44 162 0.30 0.73 0 0.36 275.08 0.57 0.4
Hex 71 2C A2 1E 49 0 24 113 39 28
Octal 161 54 242 36 111 0 44 423 71 50
Binary 1110001 101100 10100010 11110 1001001 0 100100 100010011 111001 101000

Color Harmonies of #712CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CA2

Black with #712CA2

Text Example


Text Example

White with #712CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712CA2; }

 p { color: rgb(113,44,162); }

 H1.HeaderClassName
 {
   color: #712CA2;
 }
 .AnyTagClassName
 {
   color: #712CA2;
 }
</style>

background-color css

<style>
 a { background-color: #712CA2; }

 a { background-color: rgb(113,44,162); }

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

border-color css

<style>
 span { border-color: #712CA2; }

 span { border-color: rgb(113,44,162); }

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