#88067A

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

Shades of Purple #88067A

Tints of Purple #88067A

Color information

#88067A (or 0x88067A) is unknown color: approx Purple. HEX triplet: 88, 06 and 7A. RGB value is (136,6,122). Sum of RGB (Red+Green+Blue) = 136+6+122=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88067A is #77F985. Grayscale: #393939. Windows color (decimal): -7862662 or 7997064. OLE color: 7997064.

HSL color Cylindrical-coordinate representation of color #88067A: hue angle of 306.46º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88067A is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB1366122-
CMYK00.960.100.47
HSL306.46º91.55%27.84%-
HSV(B)306.46º95.59%53.33%-
XYZ13.736.7719-
YUV58.09164.07183.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.52%
GREEN value IS 6 (2.73% from 255) = 2.27%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=51.52%
G=2.27%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136612200.960.100.47306.4691.5527.84
Hex8867A060A2F1325c1c
Octal21061720140125746213434
Binary100010001101111010011000001010101111100110010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88067A; }

 p { color: rgb(136,6,122); }

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

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

 a { background-color: rgb(136,6,122); }

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

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

 span { border-color: rgb(136,6,122); }

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