Html Css Color HEX #80287B Dark Purple

📋 copy color: '#80287B'

red 128 ◦ green 40 ◦ blue 123

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

Shades of Dark Purple #80287B

Tints of Dark Purple #80287B

RGB

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

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

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

R = 43.99%
G = 13.75%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80287B (or 0x80287B) is known color: Dark Purple. HEX triplet: 80, 28 and 7B. RGB value is (128,40,123). Sum of RGB (Red+Green+Blue) = 128+40+123=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80287B is #7FD784. Grayscale: #4B4B4B. Windows color (decimal): -8378245 or 8071296. OLE color: 8071296.

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

Color convert

RGB 128 40 123 -
CMYK 0 0.69 0.04 0.50
HSL 303.41º 0.52% 0.33% -
HSV(B) 303.41º 0.69% 0.5% -
XYZ 13.24 7.54 19.5 -
YUV 75.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 128 40 123 0 0.69 0.04 0.50 303.41 0.52 0.33
Hex 80 28 7B 0 45 4 32 12F 34 21
Octal 200 50 173 0 105 4 62 457 64 41
Binary 10000000 101000 1111011 0 1000101 100 110010 100101111 110100 100001

Color Harmonies of #80287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80287B

Black with #80287B

Text Example


Text Example

White with #80287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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