#710792

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

Shades of Purple #710792

Tints of Purple #710792

Color information

#710792 (or 0x710792) is unknown color: approx Purple. HEX triplet: 71, 07 and 92. RGB value is (113,7,146). Sum of RGB (Red+Green+Blue) = 113+7+146=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #710792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710792 is #8EF86D. Grayscale: #363636. Windows color (decimal): -9369710 or 9570161. OLE color: 9570161.

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

Color convert

RGB1137146-
CMYK0.230.9500.43
HSL285.76º90.85%30%-
HSV(B)285.76º95.21%57.25%-
XYZ12.075.7427.67-
YUV54.54179.62169.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=42.48%
G=2.63%
B=54.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11371460.230.9500.43285.7690.8530
Hex71792175F02B11e5b1e
Octal16172222713705343613336
Binary1110001111100100101011110111110101011100011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710792; }

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

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

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

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

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

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

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

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