#883068

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

Shades of Dark Purple #883068

Tints of Dark Purple #883068

Color information

#883068 (or 0x883068) is unknown color: approx Dark Purple. HEX triplet: 88, 30 and 68. RGB value is (136,48,104). Sum of RGB (Red+Green+Blue) = 136+48+104=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #883068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883068 is #77CF97. Grayscale: #505050. Windows color (decimal): -7851928 or 6828168. OLE color: 6828168.

HSL color Cylindrical-coordinate representation of color #883068: hue angle of 321.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883068 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13648104-
CMYK00.650.240.47
HSL321.82º47.83%36.08%-
HSV(B)321.82º64.71%53.33%-
XYZ13.718.3513.99-
YUV80.7141.15167.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=47.22%
G=16.67%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364810400.650.240.47321.8247.8336.08
Hex883068041182F1423024
Octal21060150010130575026044
Binary1000100011000011010000100000111000101111101000010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883068; }

 p { color: rgb(136,48,104); }

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

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

 a { background-color: rgb(136,48,104); }

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

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

 span { border-color: rgb(136,48,104); }

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