#710C92

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

Shades of Purple #710C92

Tints of Purple #710C92

Color information

#710C92 (or 0x710C92) is unknown color: approx Purple. HEX triplet: 71, 0C and 92. RGB value is (113,12,146). Sum of RGB (Red+Green+Blue) = 113+12+146=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #710C92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710C92 is #8EF36D. Grayscale: #393939. Windows color (decimal): -9368430 or 9571441. OLE color: 9571441.

HSL color Cylindrical-coordinate representation of color #710C92: hue angle of 285.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710C92 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11312146-
CMYK0.230.9200.43
HSL285.22º84.81%30.98%-
HSV(B)285.22º91.78%57.25%-
XYZ12.135.8527.68-
YUV57.47177.96167.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=41.70%
G=4.43%
B=53.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113121460.230.9200.43285.2284.8130.98
Hex71C92175C02B11d551f
Octal161142222713405343512537
Binary11100011100100100101011110111000101011100011101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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