Html Css Color HEX #711AA3 Royal Purple

📋 copy color: '#711AA3'

red 113 ◦ green 26 ◦ blue 163

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

Shades of Royal Purple #711AA3

Tints of Royal Purple #711AA3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.61%

 BLUE value IS 163 (64.06% from 255) = 53.97%

R = 37.42%
G = 8.61%
B = 53.97%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#711AA3 (or 0x711AA3) is known color: Royal Purple. HEX triplet: 71, 1A and A3. RGB value is (113,26,163). Sum of RGB (Red+Green+Blue) = 113+26+163=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 163 (64.06% from 255 or 53.97% from 302); Max value from RGB is 163 - color contains mainly: blue. Hex color #711AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AA3 is #8EE55C. Grayscale: #434343. Windows color (decimal): -9364829 or 10689137. OLE color: 10689137.

HSL color Cylindrical-coordinate representation of color #711AA3: hue angle of 278.1º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711AA3 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 26 163 -
CMYK 0.31 0.84 0 0.36
HSL 278.1º 0.72% 0.37% -
HSV(B) 278.1º 0.84% 0.64% -
XYZ 13.79 6.89 35.25 -
YUV 67.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 113 26 163 0.31 0.84 0 0.36 278.1 0.72 0.37
Hex 71 1A A3 1F 54 0 24 116 48 25
Octal 161 32 243 37 124 0 44 426 110 45
Binary 1110001 11010 10100011 11111 1010100 0 100100 100010110 1001000 100101

Color Harmonies of #711AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AA3

Black with #711AA3

Text Example


Text Example

White with #711AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711AA3; }

 p { color: rgb(113,26,163); }

 H1.HeaderClassName
 {
   color: #711AA3;
 }
 .AnyTagClassName
 {
   color: #711AA3;
 }
</style>

background-color css

<style>
 a { background-color: #711AA3; }

 a { background-color: rgb(113,26,163); }

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

border-color css

<style>
 span { border-color: #711AA3; }

 span { border-color: rgb(113,26,163); }

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