#802F6C

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

Shades of Dark Purple #802F6C

Tints of Dark Purple #802F6C

Color information

#802F6C (or 0x802F6C) is unknown color: approx Dark Purple. HEX triplet: 80, 2F and 6C. RGB value is (128,47,108). Sum of RGB (Red+Green+Blue) = 128+47+108=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #802F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802F6C is #7FD093. Grayscale: #4E4E4E. Windows color (decimal): -8376468 or 7090048. OLE color: 7090048.

HSL color Cylindrical-coordinate representation of color #802F6C: hue angle of 314.81º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #802F6C is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12847108-
CMYK00.630.160.50
HSL314.81º46.29%34.31%-
HSV(B)314.81º63.28%50.2%-
XYZ12.637.715.01-
YUV78.17144.84163.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 47 (18.75% from 255) = 16.61%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=45.23%
G=16.61%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284710800.630.160.50314.8146.2934.31
Hex802F6C03F103213b2e22
Octal2005715407720624735642
Binary100000001011111101100011111110000110010100111011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802F6C; }

 p { color: rgb(128,47,108); }

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

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

 a { background-color: rgb(128,47,108); }

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

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

 span { border-color: rgb(128,47,108); }

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