#700592

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

Shades of Purple #700592

Tints of Purple #700592

Color information

#700592 (or 0x700592) is unknown color: approx Purple. HEX triplet: 70, 05 and 92. RGB value is (112,5,146). Sum of RGB (Red+Green+Blue) = 112+5+146=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #700592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700592 is #8FFA6D. Grayscale: #343434. Windows color (decimal): -9435758 or 9569648. OLE color: 9569648.

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

Color convert

RGB1125146-
CMYK0.230.9700.43
HSL285.53º93.38%29.61%-
HSV(B)285.53º96.58%57.25%-
XYZ11.925.6327.65-
YUV53.07180.45170.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 5 (2.34% from 255) = 1.90%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=42.59%
G=1.90%
B=55.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11251460.230.9700.43285.5393.3829.61
Hex70592176102B11e5d1e
Octal16052222714105343613536
Binary1110000101100100101011111000010101011100011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700592; }

 p { color: rgb(112,5,146); }

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

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

 a { background-color: rgb(112,5,146); }

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

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

 span { border-color: rgb(112,5,146); }

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