Html Css Color HEX #80147B Dark Purple

📋 copy color: '#80147B'

red 128 ◦ green 20 ◦ blue 123

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

Shades of Dark Purple #80147B

Tints of Dark Purple #80147B

RGB

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

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

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

R = 47.23%
G = 7.38%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80147B (or 0x80147B) is known color: Dark Purple. HEX triplet: 80, 14 and 7B. RGB value is (128,20,123). Sum of RGB (Red+Green+Blue) = 128+20+123=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80147B is #7FEB84. Grayscale: #3F3F3F. Windows color (decimal): -8383365 or 8066176. OLE color: 8066176.

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

Color convert

RGB 128 20 123 -
CMYK 0 0.84 0.04 0.50
HSL 302.78º 0.73% 0.29% -
HSV(B) 302.78º 0.84% 0.5% -
XYZ 12.73 6.52 19.33 -
YUV 64.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 128 20 123 0 0.84 0.04 0.50 302.78 0.73 0.29
Hex 80 14 7B 0 54 4 32 12F 49 1D
Octal 200 24 173 0 124 4 62 457 111 35
Binary 10000000 10100 1111011 0 1010100 100 110010 100101111 1001001 11101

Color Harmonies of #80147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80147B

Black with #80147B

Text Example


Text Example

White with #80147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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