Html Css Color HEX #80297B Dark Purple

📋 copy color: '#80297B'

red 128 ◦ green 41 ◦ blue 123

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

Shades of Dark Purple #80297B

Tints of Dark Purple #80297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.12%

R = 43.84%
G = 14.04%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80297B (or 0x80297B) is known color: Dark Purple. HEX triplet: 80, 29 and 7B. RGB value is (128,41,123). Sum of RGB (Red+Green+Blue) = 128+41+123=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80297B is #7FD684. Grayscale: #4C4C4C. Windows color (decimal): -8377989 or 8071552. OLE color: 8071552.

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

Color convert

RGB 128 41 123 -
CMYK 0 0.68 0.04 0.50
HSL 303.45º 0.51% 0.33% -
HSV(B) 303.45º 0.68% 0.5% -
XYZ 13.27 7.61 19.51 -
YUV 76.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 128 41 123 0 0.68 0.04 0.50 303.45 0.51 0.33
Hex 80 29 7B 0 44 4 32 12F 33 21
Octal 200 51 173 0 104 4 62 457 63 41
Binary 10000000 101001 1111011 0 1000100 100 110010 100101111 110011 100001

Color Harmonies of #80297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80297B

Black with #80297B

Text Example


Text Example

White with #80297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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