#710982

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

Shades of Purple #710982

Tints of Purple #710982

Color information

#710982 (or 0x710982) is unknown color: approx Purple. HEX triplet: 71, 09 and 82. RGB value is (113,9,130). Sum of RGB (Red+Green+Blue) = 113+9+130=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #710982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710982 is #8EF67D. Grayscale: #353535. Windows color (decimal): -9369214 or 8522097. OLE color: 8522097.

HSL color Cylindrical-coordinate representation of color #710982: hue angle of 291.57º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710982 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1139130-
CMYK0.130.9300.49
HSL291.57º87.05%27.25%-
HSV(B)291.57º93.08%50.98%-
XYZ10.945.3221.57-
YUV53.89170.96170.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=44.84%
G=3.57%
B=51.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11391300.130.9300.49291.5787.0527.25
Hex71982D5D031124571b
Octal161112021513506144412733
Binary1110001100110000010110110111010110001100100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710982; }

 p { color: rgb(113,9,130); }

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

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

 a { background-color: rgb(113,9,130); }

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

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

 span { border-color: rgb(113,9,130); }

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