Html Css Color HEX #80226D Dark Purple

📋 copy color: '#80226D'

red 128 ◦ green 34 ◦ blue 109

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

Shades of Dark Purple #80226D

Tints of Dark Purple #80226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 47.23%
G = 12.55%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80226D (or 0x80226D) is known color: Dark Purple. HEX triplet: 80, 22 and 6D. RGB value is (128,34,109). Sum of RGB (Red+Green+Blue) = 128+34+109=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80226D is #7FDD92. Grayscale: #464646. Windows color (decimal): -8379795 or 7152256. OLE color: 7152256.

HSL color Cylindrical-coordinate representation of color #80226D: hue angle of 312.13º 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 #80226D is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 109 -
CMYK 0 0.73 0.15 0.50
HSL 312.13º 0.58% 0.32% -
HSV(B) 312.13º 0.73% 0.5% -
XYZ 12.23 6.84 15.14 -
YUV 70.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 128 34 109 0 0.73 0.15 0.50 312.13 0.58 0.32
Hex 80 22 6D 0 49 F 32 138 3A 20
Octal 200 42 155 0 111 17 62 470 72 40
Binary 10000000 100010 1101101 0 1001001 1111 110010 100111000 111010 100000

Color Harmonies of #80226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80226D

Black with #80226D

Text Example


Text Example

White with #80226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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