#802975

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

Shades of Dark Purple #802975

Tints of Dark Purple #802975

Color information

#802975 (or 0x802975) is unknown color: approx Dark Purple. HEX triplet: 80, 29 and 75. RGB value is (128,41,117). Sum of RGB (Red+Green+Blue) = 128+41+117=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #802975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802975 is #7FD68A. Grayscale: #4B4B4B. Windows color (decimal): -8377995 or 7678336. OLE color: 7678336.

HSL color Cylindrical-coordinate representation of color #802975: hue angle of 307.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802975 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12841117-
CMYK00.680.090.50
HSL307.59º51.48%33.14%-
HSV(B)307.59º67.97%50.2%-
XYZ12.917.4617.59-
YUV75.68151.32165.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 41 (16.41% from 255) = 14.34%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=44.76%
G=14.34%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284111700.680.090.50307.5951.4833.14
Hex8029750449321343321
Octal20051165010411624646341
Binary100000001010011110101010001001001110010100110100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802975; }

 p { color: rgb(128,41,117); }

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

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

 a { background-color: rgb(128,41,117); }

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

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

 span { border-color: rgb(128,41,117); }

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