#700088

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

Shades of Purple #700088

Tints of Purple #700088

Color information

#700088 (or 0x700088) is unknown color: approx Purple. HEX triplet: 70, 00 and 88. RGB value is (112,0,136). Sum of RGB (Red+Green+Blue) = 112+0+136=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #700088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700088 is #8FFF77. Grayscale: #303030. Windows color (decimal): -9437048 or 8913008. OLE color: 8913008.

HSL color Cylindrical-coordinate representation of color #700088: hue angle of 289.41º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700088 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1120136-
CMYK0.18100.47
HSL289.41º100%26.67%-
HSV(B)289.41º100%53.33%-
XYZ11.135.2223.71-
YUV48.99177.11172.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=45.16%
G=0%
B=54.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11201360.18100.47289.4110026.67
Hex70088126402F121641b
Octal16002102214405744114433
Binary11100000100010001001011001000101111100100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700088; }

 p { color: rgb(112,0,136); }

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

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

 a { background-color: rgb(112,0,136); }

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

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

 span { border-color: rgb(112,0,136); }

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