Html Css Color HEX #712EA2 Royal Purple

📋 copy color: '#712EA2'

red 113 ◦ green 46 ◦ blue 162

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

Shades of Royal Purple #712EA2

Tints of Royal Purple #712EA2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.33%

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

R = 35.2%
G = 14.33%
B = 50.47%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#712EA2 (or 0x712EA2) is known color: Royal Purple. HEX triplet: 71, 2E and A2. RGB value is (113,46,162). Sum of RGB (Red+Green+Blue) = 113+46+162=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #712EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712EA2 is #8ED15D. Grayscale: #4E4E4E. Windows color (decimal): -9359710 or 10628721. OLE color: 10628721.

HSL color Cylindrical-coordinate representation of color #712EA2: hue angle of 274.66º 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 #712EA2 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 46 162 -
CMYK 0.30 0.72 0 0.36
HSL 274.66º 0.56% 0.41% -
HSV(B) 274.66º 0.72% 0.64% -
XYZ 14.31 8.07 34.99 -
YUV 79.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 113 46 162 0.30 0.72 0 0.36 274.66 0.56 0.41
Hex 71 2E A2 1E 48 0 24 113 38 29
Octal 161 56 242 36 110 0 44 423 70 51
Binary 1110001 101110 10100010 11110 1001000 0 100100 100010011 111000 101001

Color Harmonies of #712EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712EA2

Black with #712EA2

Text Example


Text Example

White with #712EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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