Html Css Color HEX #80287D Dark Purple

📋 copy color: '#80287D'

red 128 ◦ green 40 ◦ blue 125

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

Shades of Dark Purple #80287D

Tints of Dark Purple #80287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 43.69%
G = 13.65%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80287D (or 0x80287D) is known color: Dark Purple. HEX triplet: 80, 28 and 7D. RGB value is (128,40,125). Sum of RGB (Red+Green+Blue) = 128+40+125=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80287D is #7FD782. Grayscale: #4B4B4B. Windows color (decimal): -8378243 or 8202368. OLE color: 8202368.

HSL color Cylindrical-coordinate representation of color #80287D: hue angle of 302.05º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80287D is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 125 -
CMYK 0 0.69 0.02 0.50
HSL 302.05º 0.52% 0.33% -
HSV(B) 302.05º 0.69% 0.5% -
XYZ 13.36 7.59 20.16 -
YUV 76 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 128 40 125 0 0.69 0.02 0.50 302.05 0.52 0.33
Hex 80 28 7D 0 45 2 32 12E 34 21
Octal 200 50 175 0 105 2 62 456 64 41
Binary 10000000 101000 1111101 0 1000101 10 110010 100101110 110100 100001

Color Harmonies of #80287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80287D

Black with #80287D

Text Example


Text Example

White with #80287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,40,125); }

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

background-color css

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

 a { background-color: rgb(128,40,125); }

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

border-color css

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

 span { border-color: rgb(128,40,125); }

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