Html Css Color HEX #80217B Dark Purple

📋 copy color: '#80217B'

red 128 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #80217B

Tints of Dark Purple #80217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.31%

R = 45.07%
G = 11.62%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80217B (or 0x80217B) is known color: Dark Purple. HEX triplet: 80, 21 and 7B. RGB value is (128,33,123). Sum of RGB (Red+Green+Blue) = 128+33+123=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80217B is #7FDE84. Grayscale: #474747. Windows color (decimal): -8380037 or 8069504. OLE color: 8069504.

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

Color convert

RGB 128 33 123 -
CMYK 0 0.74 0.04 0.50
HSL 303.16º 0.59% 0.32% -
HSV(B) 303.16º 0.74% 0.5% -
XYZ 13.02 7.11 19.42 -
YUV 71.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 128 33 123 0 0.74 0.04 0.50 303.16 0.59 0.32
Hex 80 21 7B 0 4A 4 32 12F 3B 20
Octal 200 41 173 0 112 4 62 457 73 40
Binary 10000000 100001 1111011 0 1001010 100 110010 100101111 111011 100000

Color Harmonies of #80217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80217B

Black with #80217B

Text Example


Text Example

White with #80217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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