#710084

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

Shades of Purple #710084

Tints of Purple #710084

Color information

#710084 (or 0x710084) is unknown color: approx Purple. HEX triplet: 71, 00 and 84. RGB value is (113,0,132). Sum of RGB (Red+Green+Blue) = 113+0+132=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #710084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710084 is #8EFF7B. Grayscale: #303030. Windows color (decimal): -9371516 or 8650865. OLE color: 8650865.

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

Color convert

RGB1130132-
CMYK0.14100.48
HSL291.36º100%25.88%-
HSV(B)291.36º100%51.76%-
XYZ10.975.1822.25-
YUV48.84174.94173.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=46.12%
G=0%
B=53.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11301320.14100.48291.3610025.88
Hex71084E64030123641a
Octal16102041614406044314432
Binary1110001010000100111011001000110000100100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710084; }

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

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

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

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

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

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

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

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