#802F6B

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

Shades of Dark Purple #802F6B

Tints of Dark Purple #802F6B

Color information

#802F6B (or 0x802F6B) is unknown color: approx Dark Purple. HEX triplet: 80, 2F and 6B. RGB value is (128,47,107). Sum of RGB (Red+Green+Blue) = 128+47+107=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #802F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802F6B is #7FD094. Grayscale: #4D4D4D. Windows color (decimal): -8376469 or 7024512. OLE color: 7024512.

HSL color Cylindrical-coordinate representation of color #802F6B: hue angle of 315.56º 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 #802F6B is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12847107-
CMYK00.630.160.50
HSL315.56º46.29%34.31%-
HSV(B)315.56º63.28%50.2%-
XYZ12.577.6814.73-
YUV78.06144.34163.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=45.39%
G=16.67%
B=37.94%

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
Decimal1284710700.630.160.50315.5646.2934.31
Hex802F6B03F103213c2e22
Octal2005715307720624745642
Binary100000001011111101011011111110000110010100111100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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