#880C7B

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

Shades of Purple #880C7B

Tints of Purple #880C7B

Color information

#880C7B (or 0x880C7B) is unknown color: approx Purple. HEX triplet: 88, 0C and 7B. RGB value is (136,12,123). Sum of RGB (Red+Green+Blue) = 136+12+123=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #880C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C7B is #77F384. Grayscale: #3D3D3D. Windows color (decimal): -7861125 or 8064136. OLE color: 8064136.

HSL color Cylindrical-coordinate representation of color #880C7B: hue angle of 306.29º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C7B is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13612123-
CMYK00.910.100.47
HSL306.29º83.78%29.02%-
HSV(B)306.29º91.18%53.33%-
XYZ13.866.9319.35-
YUV61.73162.58180.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=50.18%
G=4.43%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361212300.910.100.47306.2983.7829.02
Hex88C7B05BA2F132541d
Octal210141730133125746212435
Binary1000100011001111011010110111010101111100110010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880C7B; }

 p { color: rgb(136,12,123); }

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

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

 a { background-color: rgb(136,12,123); }

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

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

 span { border-color: rgb(136,12,123); }

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