Html Css Color HEX #80187B Dark Purple

📋 copy color: '#80187B'

red 128 ◦ green 24 ◦ blue 123

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

Shades of Dark Purple #80187B

Tints of Dark Purple #80187B

RGB

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

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

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

R = 46.55%
G = 8.73%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80187B (or 0x80187B) is known color: Dark Purple. HEX triplet: 80, 18 and 7B. RGB value is (128,24,123). Sum of RGB (Red+Green+Blue) = 128+24+123=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80187B is #7FE784. Grayscale: #424242. Windows color (decimal): -8382341 or 8067200. OLE color: 8067200.

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

Color convert

RGB 128 24 123 -
CMYK 0 0.81 0.04 0.50
HSL 302.88º 0.68% 0.3% -
HSV(B) 302.88º 0.81% 0.5% -
XYZ 12.8 6.67 19.35 -
YUV 66.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 128 24 123 0 0.81 0.04 0.50 302.88 0.68 0.3
Hex 80 18 7B 0 51 4 32 12F 44 1E
Octal 200 30 173 0 121 4 62 457 104 36
Binary 10000000 11000 1111011 0 1010001 100 110010 100101111 1000100 11110

Color Harmonies of #80187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80187B

Black with #80187B

Text Example


Text Example

White with #80187B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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