#88027E

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

Shades of Purple #88027E

Tints of Purple #88027E

Color information

#88027E (or 0x88027E) is unknown color: approx Purple. HEX triplet: 88, 02 and 7E. RGB value is (136,2,126). Sum of RGB (Red+Green+Blue) = 136+2+126=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88027E is #77FD81. Grayscale: #373737. Windows color (decimal): -7863682 or 8258184. OLE color: 8258184.

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

Color convert

RGB1362126-
CMYK00.990.070.47
HSL304.48º97.1%27.06%-
HSV(B)304.48º98.53%53.33%-
XYZ13.946.7820.31-
YUV56.2167.39184.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.52%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 126 (49.61% from 255) = 47.73%
R=51.52%
G=0.76%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136212600.990.070.47304.4897.127.06
Hex8827E06372F130611b
Octal2102176014375746014133
Binary1000100010111111001100011111101111100110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88027E; }

 p { color: rgb(136,2,126); }

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

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

 a { background-color: rgb(136,2,126); }

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

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

 span { border-color: rgb(136,2,126); }

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