#710592

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

Shades of Purple #710592

Tints of Purple #710592

Color information

#710592 (or 0x710592) is unknown color: approx Purple. HEX triplet: 71, 05 and 92. RGB value is (113,5,146). Sum of RGB (Red+Green+Blue) = 113+5+146=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #710592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710592 is #8EFA6D. Grayscale: #343434. Windows color (decimal): -9370222 or 9569649. OLE color: 9569649.

HSL color Cylindrical-coordinate representation of color #710592: hue angle of 285.96º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710592 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1135146-
CMYK0.230.9700.43
HSL285.96º93.38%29.61%-
HSV(B)285.96º96.58%57.25%-
XYZ12.055.6927.66-
YUV53.37180.28170.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=42.80%
G=1.89%
B=55.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11351460.230.9700.43285.9693.3829.61
Hex71592176102B11e5d1e
Octal16152222714105343613536
Binary1110001101100100101011111000010101011100011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710592; }

 p { color: rgb(113,5,146); }

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

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

 a { background-color: rgb(113,5,146); }

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

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

 span { border-color: rgb(113,5,146); }

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