Html Css Color HEX #712EAC Royal Purple

📋 copy color: '#712EAC'

red 113 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #712EAC

Tints of Royal Purple #712EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 34.14%
G = 13.9%
B = 51.96%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#712EAC (or 0x712EAC) is known color: Royal Purple. HEX triplet: 71, 2E and AC. RGB value is (113,46,172). Sum of RGB (Red+Green+Blue) = 113+46+172=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #712EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712EAC is #8ED153. Grayscale: #4F4F4F. Windows color (decimal): -9359700 or 11284081. OLE color: 11284081.

HSL color Cylindrical-coordinate representation of color #712EAC: hue angle of 271.9º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712EAC is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 46 172 -
CMYK 0.34 0.73 0 0.33
HSL 271.9º 0.58% 0.43% -
HSV(B) 271.9º 0.73% 0.67% -
XYZ 15.23 8.44 39.86 -
YUV 80.4 179.7 151.25 -
System Red Green Blue C M Y K H S L
Decimal 113 46 172 0.34 0.73 0 0.33 271.9 0.58 0.43
Hex 71 2E AC 22 49 0 21 110 3A 2B
Octal 161 56 254 42 111 0 41 420 72 53
Binary 1110001 101110 10101100 100010 1001001 0 100001 100010000 111010 101011

Color Harmonies of #712EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712EAC

Black with #712EAC

Text Example


Text Example

White with #712EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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