#88376B

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

Shades of Dark Purple #88376B

Tints of Dark Purple #88376B

Color information

#88376B (or 0x88376B) is unknown color: approx Dark Purple. HEX triplet: 88, 37 and 6B. RGB value is (136,55,107). Sum of RGB (Red+Green+Blue) = 136+55+107=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88376B is #77C894. Grayscale: #555555. Windows color (decimal): -7850133 or 7026568. OLE color: 7026568.

HSL color Cylindrical-coordinate representation of color #88376B: hue angle of 321.48º 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 #88376B is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13655107-
CMYK00.600.210.47
HSL321.48º42.41%37.45%-
HSV(B)321.48º59.56%53.33%-
XYZ14.179.0314.91-
YUV85.15140.34164.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=45.64%
G=18.46%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365510700.600.210.47321.4842.4137.45
Hex88376B03C152F1412a25
Octal2106715307425575015245
Binary100010001101111101011011110010101101111101000001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88376B; }

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

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

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

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

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

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

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

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