Html Css Color HEX #80187A Dark Purple

📋 copy color: '#80187A'

red 128 ◦ green 24 ◦ blue 122

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

Shades of Dark Purple #80187A

Tints of Dark Purple #80187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

 BLUE value IS 122 (48.05% from 255) = 44.53%

R = 46.72%
G = 8.76%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80187A (or 0x80187A) is known color: Dark Purple. HEX triplet: 80, 18 and 7A. RGB value is (128,24,122). Sum of RGB (Red+Green+Blue) = 128+24+122=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80187A is #7FE785. Grayscale: #414141. Windows color (decimal): -8382342 or 8001664. OLE color: 8001664.

HSL color Cylindrical-coordinate representation of color #80187A: hue angle of 303.46º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80187A is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 122 -
CMYK 0 0.81 0.05 0.50
HSL 303.46º 0.68% 0.3% -
HSV(B) 303.46º 0.81% 0.5% -
XYZ 12.74 6.65 19.02 -
YUV 66.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 128 24 122 0 0.81 0.05 0.50 303.46 0.68 0.3
Hex 80 18 7A 0 51 5 32 12F 44 1E
Octal 200 30 172 0 121 5 62 457 104 36
Binary 10000000 11000 1111010 0 1010001 101 110010 100101111 1000100 11110

Color Harmonies of #80187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80187A

Black with #80187A

Text Example


Text Example

White with #80187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80187A; }

 p { color: rgb(128,24,122); }

 H1.HeaderClassName
 {
   color: #80187A;
 }
 .AnyTagClassName
 {
   color: #80187A;
 }
</style>

background-color css

<style>
 a { background-color: #80187A; }

 a { background-color: rgb(128,24,122); }

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

border-color css

<style>
 span { border-color: #80187A; }

 span { border-color: rgb(128,24,122); }

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