Html Css Color HEX #801D7F Dark Purple

📋 copy color: '#801D7F'

red 128 ◦ green 29 ◦ blue 127

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

Shades of Dark Purple #801D7F

Tints of Dark Purple #801D7F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

 BLUE value IS 127 (50% from 255) = 44.72%

R = 45.07%
G = 10.21%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#801D7F (or 0x801D7F) is known color: Dark Purple. HEX triplet: 80, 1D and 7F. RGB value is (128,29,127). Sum of RGB (Red+Green+Blue) = 128+29+127=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #801D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801D7F is #7FE280. Grayscale: #454545. Windows color (decimal): -8381057 or 8330624. OLE color: 8330624.

HSL color Cylindrical-coordinate representation of color #801D7F: hue angle of 300.61º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801D7F is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 29 127 -
CMYK 0 0.77 0.01 0.50
HSL 300.61º 0.63% 0.31% -
HSV(B) 300.61º 0.77% 0.5% -
XYZ 13.17 7 20.74 -
YUV 69.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 128 29 127 0 0.77 0.01 0.50 300.61 0.63 0.31
Hex 80 1D 7F 0 4D 1 32 12D 3F 1F
Octal 200 35 177 0 115 1 62 455 77 37
Binary 10000000 11101 1111111 0 1001101 1 110010 100101101 111111 11111

Color Harmonies of #801D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D7F

Black with #801D7F

Text Example


Text Example

White with #801D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801D7F; }

 p { color: rgb(128,29,127); }

 H1.HeaderClassName
 {
   color: #801D7F;
 }
 .AnyTagClassName
 {
   color: #801D7F;
 }
</style>

background-color css

<style>
 a { background-color: #801D7F; }

 a { background-color: rgb(128,29,127); }

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

border-color css

<style>
 span { border-color: #801D7F; }

 span { border-color: rgb(128,29,127); }

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