#710692

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

Shades of Purple #710692

Tints of Purple #710692

Color information

#710692 (or 0x710692) is unknown color: approx Purple. HEX triplet: 71, 06 and 92. RGB value is (113,6,146). Sum of RGB (Red+Green+Blue) = 113+6+146=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #710692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710692 is #8EF96D. Grayscale: #353535. Windows color (decimal): -9369966 or 9569905. OLE color: 9569905.

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

Color convert

RGB1136146-
CMYK0.230.9600.43
HSL285.86º92.11%29.8%-
HSV(B)285.86º95.89%57.25%-
XYZ12.065.7227.66-
YUV53.95179.95170.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=42.64%
G=2.26%
B=55.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11361460.230.9600.43285.8692.1129.8
Hex71692176002B11e5c1e
Octal16162222714005343613436
Binary1110001110100100101011111000000101011100011110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710692; }

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

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

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

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

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

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

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

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