#88347A

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

Shades of Dark Purple #88347A

Tints of Dark Purple #88347A

Color information

#88347A (or 0x88347A) is unknown color: approx Dark Purple. HEX triplet: 88, 34 and 7A. RGB value is (136,52,122). Sum of RGB (Red+Green+Blue) = 136+52+122=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88347A is #77CB85. Grayscale: #545454. Windows color (decimal): -7850886 or 8008840. OLE color: 8008840.

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

Color convert

RGB13652122-
CMYK00.620.100.47
HSL310º44.68%36.86%-
HSV(B)310º61.76%53.33%-
XYZ14.899.119.38-
YUV85.1148.83164.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 52 (20.70% from 255) = 16.77%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=43.87%
G=16.77%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365212200.620.100.4731044.6836.86
Hex88347A03EA2F1362d25
Octal2106417207612574665545
Binary10001000110100111101001111101010101111100110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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