#710584

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

Shades of Purple #710584

Tints of Purple #710584

Color information

#710584 (or 0x710584) is unknown color: approx Purple. HEX triplet: 71, 05 and 84. RGB value is (113,5,132). Sum of RGB (Red+Green+Blue) = 113+5+132=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #710584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710584 is #8EFA7B. Grayscale: #333333. Windows color (decimal): -9370236 or 8652145. OLE color: 8652145.

HSL color Cylindrical-coordinate representation of color #710584: hue angle of 291.02º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710584 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1135132-
CMYK0.140.9600.48
HSL291.02º92.7%26.86%-
HSV(B)291.02º96.21%51.76%-
XYZ11.035.2922.27-
YUV51.77173.28171.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=45.2%
G=2%
B=52.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11351320.140.9600.48291.0292.726.86
Hex71584E600301235d1b
Octal16152041614006044313533
Binary111000110110000100111011000000110000100100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710584; }

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

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

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

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

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

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

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

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