Html Css Color HEX #80296E Dark Purple

📋 copy color: '#80296E'

red 128 ◦ green 41 ◦ blue 110

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

Shades of Dark Purple #80296E

Tints of Dark Purple #80296E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 45.88%
G = 14.7%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80296E (or 0x80296E) is known color: Dark Purple. HEX triplet: 80, 29 and 6E. RGB value is (128,41,110). Sum of RGB (Red+Green+Blue) = 128+41+110=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80296E is #7FD691. Grayscale: #4A4A4A. Windows color (decimal): -8378002 or 7219584. OLE color: 7219584.

HSL color Cylindrical-coordinate representation of color #80296E: hue angle of 312.41º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80296E is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 110 -
CMYK 0 0.68 0.14 0.50
HSL 312.41º 0.51% 0.33% -
HSV(B) 312.41º 0.68% 0.5% -
XYZ 12.51 7.3 15.5 -
YUV 74.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 128 41 110 0 0.68 0.14 0.50 312.41 0.51 0.33
Hex 80 29 6E 0 44 E 32 138 33 21
Octal 200 51 156 0 104 16 62 470 63 41
Binary 10000000 101001 1101110 0 1000100 1110 110010 100111000 110011 100001

Color Harmonies of #80296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80296E

Black with #80296E

Text Example


Text Example

White with #80296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80296E; }

 p { color: rgb(128,41,110); }

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

background-color css

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

 a { background-color: rgb(128,41,110); }

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

border-color css

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

 span { border-color: rgb(128,41,110); }

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