Html Css Color HEX #80227C Dark Purple

📋 copy color: '#80227C'

red 128 ◦ green 34 ◦ blue 124

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

Shades of Dark Purple #80227C

Tints of Dark Purple #80227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

 BLUE value IS 124 (48.83% from 255) = 43.36%

R = 44.76%
G = 11.89%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80227C (or 0x80227C) is known color: Dark Purple. HEX triplet: 80, 22 and 7C. RGB value is (128,34,124). Sum of RGB (Red+Green+Blue) = 128+34+124=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80227C is #7FDD83. Grayscale: #484848. Windows color (decimal): -8379780 or 8135296. OLE color: 8135296.

HSL color Cylindrical-coordinate representation of color #80227C: hue angle of 302.55º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80227C is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 124 -
CMYK 0 0.73 0.03 0.50
HSL 302.55º 0.58% 0.32% -
HSV(B) 302.55º 0.73% 0.5% -
XYZ 13.11 7.19 19.77 -
YUV 72.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 128 34 124 0 0.73 0.03 0.50 302.55 0.58 0.32
Hex 80 22 7C 0 49 3 32 12F 3A 20
Octal 200 42 174 0 111 3 62 457 72 40
Binary 10000000 100010 1111100 0 1001001 11 110010 100101111 111010 100000

Color Harmonies of #80227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80227C

Black with #80227C

Text Example


Text Example

White with #80227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80227C; }

 p { color: rgb(128,34,124); }

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

background-color css

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

 a { background-color: rgb(128,34,124); }

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

border-color css

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

 span { border-color: rgb(128,34,124); }

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