Html Css Color HEX #711AA6 Royal Purple

📋 copy color: '#711AA6'

red 113 ◦ green 26 ◦ blue 166

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

Shades of Royal Purple #711AA6

Tints of Royal Purple #711AA6

RGB

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

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

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

R = 37.05%
G = 8.52%
B = 54.43%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#711AA6 (or 0x711AA6) is known color: Royal Purple. HEX triplet: 71, 1A and A6. RGB value is (113,26,166). Sum of RGB (Red+Green+Blue) = 113+26+166=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 166 (65.23% from 255 or 54.43% from 305); Max value from RGB is 166 - color contains mainly: blue. Hex color #711AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AA6 is #8EE559. Grayscale: #434343. Windows color (decimal): -9364826 or 10885745. OLE color: 10885745.

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

Color convert

RGB 113 26 166 -
CMYK 0.32 0.84 0 0.35
HSL 277.29º 0.73% 0.38% -
HSV(B) 277.29º 0.84% 0.65% -
XYZ 14.06 7 36.69 -
YUV 67.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 113 26 166 0.32 0.84 0 0.35 277.29 0.73 0.38
Hex 71 1A A6 20 54 0 23 115 49 26
Octal 161 32 246 40 124 0 43 425 111 46
Binary 1110001 11010 10100110 100000 1010100 0 100011 100010101 1001001 100110

Color Harmonies of #711AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AA6

Black with #711AA6

Text Example


Text Example

White with #711AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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