#710A84

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

Shades of Purple #710A84

Tints of Purple #710A84

Color information

#710A84 (or 0x710A84) is unknown color: approx Purple. HEX triplet: 71, 0A and 84. RGB value is (113,10,132). Sum of RGB (Red+Green+Blue) = 113+10+132=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #710A84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710A84 is #8EF57B. Grayscale: #363636. Windows color (decimal): -9368956 or 8653425. OLE color: 8653425.

HSL color Cylindrical-coordinate representation of color #710A84: hue angle of 290.66º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710A84 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11310132-
CMYK0.140.9200.48
HSL290.66º85.92%27.84%-
HSV(B)290.66º92.42%51.76%-
XYZ11.085.3922.29-
YUV54.7171.62169.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 10 (4.30% from 255) = 3.92%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=44.31%
G=3.92%
B=51.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113101320.140.9200.48290.6685.9227.84
Hex71A84E5C030123561c
Octal161122041613406044312634
Binary1110001101010000100111010111000110000100100011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710A84; }

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

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

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

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

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

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

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

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