#801361

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

Shades of Dark Purple #801361

Tints of Dark Purple #801361

Color information

#801361 (or 0x801361) is unknown color: approx Dark Purple. HEX triplet: 80, 13 and 61. RGB value is (128,19,97). Sum of RGB (Red+Green+Blue) = 128+19+97=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #801361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801361 is #7FEC9E. Grayscale: #3C3C3C. Windows color (decimal): -8383647 or 6361984. OLE color: 6361984.

HSL color Cylindrical-coordinate representation of color #801361: hue angle of 317.06º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801361 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1281997-
CMYK00.850.240.50
HSL317.06º74.15%28.82%-
HSV(B)317.06º85.16%50.2%-
XYZ11.295.9211.86-
YUV60.48148.61176.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=52.46%
G=7.79%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128199700.850.240.50317.0674.1528.82
Hex801361055183213d4a1d
Octal200231410125306247511235
Binary100000001001111000010101010111000110010100111101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801361; }

 p { color: rgb(128,19,97); }

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

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

 a { background-color: rgb(128,19,97); }

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

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

 span { border-color: rgb(128,19,97); }

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