Html Css Color HEX #711FA6 Royal Purple

📋 copy color: '#711FA6'

red 113 ◦ green 31 ◦ blue 166

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

Shades of Royal Purple #711FA6

Tints of Royal Purple #711FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10%

 BLUE value IS 166 (65.23% from 255) = 53.55%

R = 36.45%
G = 10%
B = 53.55%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#711FA6 (or 0x711FA6) is known color: Royal Purple. HEX triplet: 71, 1F and A6. RGB value is (113,31,166). Sum of RGB (Red+Green+Blue) = 113+31+166=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #711FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711FA6 is #8EE059. Grayscale: #464646. Windows color (decimal): -9363546 or 10887025. OLE color: 10887025.

HSL color Cylindrical-coordinate representation of color #711FA6: hue angle of 276.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711FA6 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 31 166 -
CMYK 0.32 0.81 0 0.35
HSL 276.44º 0.69% 0.39% -
HSV(B) 276.44º 0.81% 0.65% -
XYZ 14.18 7.24 36.73 -
YUV 70.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 113 31 166 0.32 0.81 0 0.35 276.44 0.69 0.39
Hex 71 1F A6 20 51 0 23 114 45 27
Octal 161 37 246 40 121 0 43 424 105 47
Binary 1110001 11111 10100110 100000 1010001 0 100011 100010100 1000101 100111

Color Harmonies of #711FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FA6

Black with #711FA6

Text Example


Text Example

White with #711FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,31,166); }

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

background-color css

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

 a { background-color: rgb(113,31,166); }

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

border-color css

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

 span { border-color: rgb(113,31,166); }

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