Html Css Color HEX #802161 Dark Purple

📋 copy color: '#802161'

red 128 ◦ green 33 ◦ blue 97

#802161
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #802161

Tints of Dark Purple #802161

RGB

 RED value IS 128 (50.39% from 255) = 49.61%

 GREEN value IS 33 (13.28% from 255) = 12.79%

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 49.61%
G = 12.79%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#802161 (or 0x802161) is known color: Dark Purple. HEX triplet: 80, 21 and 61. RGB value is (128,33,97). Sum of RGB (Red+Green+Blue) = 128+33+97=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #802161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802161 is #7FDE9E. Grayscale: #444444. Windows color (decimal): -8380063 or 6365568. OLE color: 6365568.

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

Color convert

RGB 128 33 97 -
CMYK 0 0.74 0.24 0.50
HSL 319.58º 0.59% 0.32% -
HSV(B) 319.58º 0.74% 0.5% -
XYZ 11.6 6.54 11.96 -
YUV 68.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 128 33 97 0 0.74 0.24 0.50 319.58 0.59 0.32
Hex 80 21 61 0 4A 18 32 140 3B 20
Octal 200 41 141 0 112 30 62 500 73 40
Binary 10000000 100001 1100001 0 1001010 11000 110010 101000000 111011 100000

Color Harmonies of #802161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802161

Black with #802161

Text Example


Text Example

White with #802161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802161; }

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

 H1.HeaderClassName
 {
   color: #802161;
 }
 .AnyTagClassName
 {
   color: #802161;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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