Html Css Color HEX #80147A Dark Purple

📋 copy color: '#80147A'

red 128 ◦ green 20 ◦ blue 122

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

Shades of Dark Purple #80147A

Tints of Dark Purple #80147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

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

R = 47.41%
G = 7.41%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80147A (or 0x80147A) is known color: Dark Purple. HEX triplet: 80, 14 and 7A. RGB value is (128,20,122). Sum of RGB (Red+Green+Blue) = 128+20+122=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80147A is #7FEB85. Grayscale: #3F3F3F. Windows color (decimal): -8383366 or 8000640. OLE color: 8000640.

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

Color convert

RGB 128 20 122 -
CMYK 0 0.84 0.05 0.50
HSL 303.33º 0.73% 0.29% -
HSV(B) 303.33º 0.84% 0.5% -
XYZ 12.67 6.49 19 -
YUV 63.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 128 20 122 0 0.84 0.05 0.50 303.33 0.73 0.29
Hex 80 14 7A 0 54 5 32 12F 49 1D
Octal 200 24 172 0 124 5 62 457 111 35
Binary 10000000 10100 1111010 0 1010100 101 110010 100101111 1001001 11101

Color Harmonies of #80147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80147A

Black with #80147A

Text Example


Text Example

White with #80147A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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