#802562

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

Shades of Dark Purple #802562

Tints of Dark Purple #802562

Color information

#802562 (or 0x802562) is unknown color: approx Dark Purple. HEX triplet: 80, 25 and 62. RGB value is (128,37,98). Sum of RGB (Red+Green+Blue) = 128+37+98=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #802562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802562 is #7FDA9D. Grayscale: #474747. Windows color (decimal): -8379038 or 6432128. OLE color: 6432128.

HSL color Cylindrical-coordinate representation of color #802562: hue angle of 319.78º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802562 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1283798-
CMYK00.710.230.50
HSL319.78º55.15%32.35%-
HSV(B)319.78º71.09%50.2%-
XYZ11.776.7912.25-
YUV71.16143.15168.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=48.67%
G=14.07%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128379800.710.230.50319.7855.1532.35
Hex80256204717321403720
Octal20045142010727625006740
Binary1000000010010111000100100011110111110010101000000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802562; }

 p { color: rgb(128,37,98); }

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

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

 a { background-color: rgb(128,37,98); }

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

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

 span { border-color: rgb(128,37,98); }

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