#88377A

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

Shades of Dark Purple #88377A

Tints of Dark Purple #88377A

Color information

#88377A (or 0x88377A) is unknown color: approx Dark Purple. HEX triplet: 88, 37 and 7A. RGB value is (136,55,122). Sum of RGB (Red+Green+Blue) = 136+55+122=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88377A is #77C885. Grayscale: #565656. Windows color (decimal): -7850118 or 8009608. OLE color: 8009608.

HSL color Cylindrical-coordinate representation of color #88377A: hue angle of 310.37º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88377A is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13655122-
CMYK00.600.100.47
HSL310.37º42.41%37.45%-
HSV(B)310.37º59.56%53.33%-
XYZ15.039.3719.43-
YUV86.86147.84163.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=43.45%
G=17.57%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365512200.600.100.47310.3742.4137.45
Hex88377A03CA2F1362a25
Octal2106717207412574665245
Binary10001000110111111101001111001010101111100110110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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