Html Css Color HEX #80297E Dark Purple

📋 copy color: '#80297E'

red 128 ◦ green 41 ◦ blue 126

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

Shades of Dark Purple #80297E

Tints of Dark Purple #80297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.71%

R = 43.39%
G = 13.9%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80297E (or 0x80297E) is known color: Dark Purple. HEX triplet: 80, 29 and 7E. RGB value is (128,41,126). Sum of RGB (Red+Green+Blue) = 128+41+126=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #80297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80297E is #7FD681. Grayscale: #4C4C4C. Windows color (decimal): -8377986 or 8268160. OLE color: 8268160.

HSL color Cylindrical-coordinate representation of color #80297E: hue angle of 301.38º 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 #80297E is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 126 -
CMYK 0 0.68 0.02 0.50
HSL 301.38º 0.51% 0.33% -
HSV(B) 301.38º 0.68% 0.5% -
XYZ 13.46 7.68 20.51 -
YUV 76.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 128 41 126 0 0.68 0.02 0.50 301.38 0.51 0.33
Hex 80 29 7E 0 44 2 32 12D 33 21
Octal 200 51 176 0 104 2 62 455 63 41
Binary 10000000 101001 1111110 0 1000100 10 110010 100101101 110011 100001

Color Harmonies of #80297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80297E

Black with #80297E

Text Example


Text Example

White with #80297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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