Html Css Color HEX #80296C Dark Purple

📋 copy color: '#80296C'

red 128 ◦ green 41 ◦ blue 108

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

Shades of Dark Purple #80296C

Tints of Dark Purple #80296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 46.21%
G = 14.8%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80296C (or 0x80296C) is known color: Dark Purple. HEX triplet: 80, 29 and 6C. RGB value is (128,41,108). Sum of RGB (Red+Green+Blue) = 128+41+108=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80296C is #7FD693. Grayscale: #4A4A4A. Windows color (decimal): -8378004 or 7088512. OLE color: 7088512.

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

Color convert

RGB 128 41 108 -
CMYK 0 0.68 0.16 0.50
HSL 313.79º 0.51% 0.33% -
HSV(B) 313.79º 0.68% 0.5% -
XYZ 12.4 7.26 14.93 -
YUV 74.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 128 41 108 0 0.68 0.16 0.50 313.79 0.51 0.33
Hex 80 29 6C 0 44 10 32 13A 33 21
Octal 200 51 154 0 104 20 62 472 63 41
Binary 10000000 101001 1101100 0 1000100 10000 110010 100111010 110011 100001

Color Harmonies of #80296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80296C

Black with #80296C

Text Example


Text Example

White with #80296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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