Html Css Color HEX #712EA4 Royal Purple

📋 copy color: '#712EA4'

red 113 ◦ green 46 ◦ blue 164

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

Shades of Royal Purple #712EA4

Tints of Royal Purple #712EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.77%

R = 34.98%
G = 14.24%
B = 50.77%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#712EA4 (or 0x712EA4) is known color: Royal Purple. HEX triplet: 71, 2E and A4. RGB value is (113,46,164). Sum of RGB (Red+Green+Blue) = 113+46+164=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #712EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712EA4 is #8ED15B. Grayscale: #4F4F4F. Windows color (decimal): -9359708 or 10759793. OLE color: 10759793.

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

Color convert

RGB 113 46 164 -
CMYK 0.31 0.72 0 0.36
HSL 274.07º 0.56% 0.41% -
HSV(B) 274.07º 0.72% 0.64% -
XYZ 14.49 8.15 35.93 -
YUV 79.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 113 46 164 0.31 0.72 0 0.36 274.07 0.56 0.41
Hex 71 2E A4 1F 48 0 24 112 38 29
Octal 161 56 244 37 110 0 44 422 70 51
Binary 1110001 101110 10100100 11111 1001000 0 100100 100010010 111000 101001

Color Harmonies of #712EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712EA4

Black with #712EA4

Text Example


Text Example

White with #712EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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