#711EA4

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

Shades of Royal Purple #711EA4

Tints of Royal Purple #711EA4

Color information

#711EA4 (or 0x711EA4) is unknown color: approx Royal Purple. HEX triplet: 71, 1E and A4. RGB value is (113,30,164). Sum of RGB (Red+Green+Blue) = 113+30+164=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #711EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711EA4 is #8EE15B. Grayscale: #454545. Windows color (decimal): -9363804 or 10755697. OLE color: 10755697.

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

Color convert

RGB11330164-
CMYK0.310.8200.36
HSL277.16º69.07%38.04%-
HSV(B)277.16º81.71%64.31%-
XYZ13.987.1235.76-
YUV70.09181158.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 30 (12.11% from 255) = 9.77%
BLUE value IS 164 (64.45% from 255) = 53.42%
R=36.81%
G=9.77%
B=53.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113301640.310.8200.36277.1669.0738.04
Hex711EA41F520241154526
Octal161362443712204442510546
Binary1110001111101010010011111101001001001001000101011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,30,164); }

 H1.HeaderClassName
 {
   color: #711EA4;
 }
 .AnyTagClassName
 {
   color: #711EA4;
 }
</style>
background-color css

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

 a { background-color: rgb(113,30,164); }

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

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

 span { border-color: rgb(113,30,164); }

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