#711AA6

Color #711AA6 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #711AA6

Tints of Royal Purple #711AA6

Color information

#711AA6 (or 0x711AA6) is unknown color: approx 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

RGB11326166-
CMYK0.320.8400.35
HSL277.29º72.92%37.65%-
HSV(B)277.29º84.34%65.1%-
XYZ14.06736.69-
YUV67.97183.32160.12-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113261660.320.8400.35277.2972.9237.65
Hex711AA620540231154926
Octal161322464012404342511146
Binary11100011101010100110100000101010001000111000101011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>