Html Css Color HEX #80217A Dark Purple

📋 copy color: '#80217A'

red 128 ◦ green 33 ◦ blue 122

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

Shades of Dark Purple #80217A

Tints of Dark Purple #80217A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 45.23%
G = 11.66%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80217A (or 0x80217A) is known color: Dark Purple. HEX triplet: 80, 21 and 7A. RGB value is (128,33,122). Sum of RGB (Red+Green+Blue) = 128+33+122=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #80217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80217A is #7FDE85. Grayscale: #474747. Windows color (decimal): -8380038 or 8003968. OLE color: 8003968.

HSL color Cylindrical-coordinate representation of color #80217A: hue angle of 303.79º 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 #80217A is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 122 -
CMYK 0 0.74 0.05 0.50
HSL 303.79º 0.59% 0.32% -
HSV(B) 303.79º 0.74% 0.5% -
XYZ 12.96 7.08 19.1 -
YUV 71.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 128 33 122 0 0.74 0.05 0.50 303.79 0.59 0.32
Hex 80 21 7A 0 4A 5 32 130 3B 20
Octal 200 41 172 0 112 5 62 460 73 40
Binary 10000000 100001 1111010 0 1001010 101 110010 100110000 111011 100000

Color Harmonies of #80217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80217A

Black with #80217A

Text Example


Text Example

White with #80217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80217A; }

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

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

background-color css

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

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

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

border-color css

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

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

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