#710092

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

Shades of Purple #710092

Tints of Purple #710092

Color information

#710092 (or 0x710092) is unknown color: approx Purple. HEX triplet: 71, 00 and 92. RGB value is (113,0,146). Sum of RGB (Red+Green+Blue) = 113+0+146=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #710092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710092 is #8EFF6D. Grayscale: #313131. Windows color (decimal): -9371502 or 9568369. OLE color: 9568369.

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

Color convert

RGB1130146-
CMYK0.23100.43
HSL286.44º100%28.63%-
HSV(B)286.44º100%57.25%-
XYZ125.5927.64-
YUV50.43181.94172.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=43.63%
G=0%
B=56.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11301460.23100.43286.4410028.63
Hex71092176402B11e641d
Octal16102222714405343614435
Binary11100010100100101011111001000101011100011110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710092; }

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

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

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

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

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

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

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

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