Html Css Color HEX #80127B Dark Purple

📋 copy color: '#80127B'

red 128 ◦ green 18 ◦ blue 123

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

Shades of Dark Purple #80127B

Tints of Dark Purple #80127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

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

R = 47.58%
G = 6.69%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80127B (or 0x80127B) is known color: Dark Purple. HEX triplet: 80, 12 and 7B. RGB value is (128,18,123). Sum of RGB (Red+Green+Blue) = 128+18+123=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80127B is #7FED84. Grayscale: #3E3E3E. Windows color (decimal): -8383877 or 8065664. OLE color: 8065664.

HSL color Cylindrical-coordinate representation of color #80127B: hue angle of 302.73º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80127B is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 123 -
CMYK 0 0.86 0.04 0.50
HSL 302.73º 0.75% 0.29% -
HSV(B) 302.73º 0.86% 0.5% -
XYZ 12.69 6.45 19.32 -
YUV 62.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 128 18 123 0 0.86 0.04 0.50 302.73 0.75 0.29
Hex 80 12 7B 0 56 4 32 12F 4B 1D
Octal 200 22 173 0 126 4 62 457 113 35
Binary 10000000 10010 1111011 0 1010110 100 110010 100101111 1001011 11101

Color Harmonies of #80127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80127B

Black with #80127B

Text Example


Text Example

White with #80127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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