Html Css Color HEX #801B7F Dark Purple

📋 copy color: '#801B7F'

red 128 ◦ green 27 ◦ blue 127

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

Shades of Dark Purple #801B7F

Tints of Dark Purple #801B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.57%

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

R = 45.39%
G = 9.57%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#801B7F (or 0x801B7F) is known color: Dark Purple. HEX triplet: 80, 1B and 7F. RGB value is (128,27,127). Sum of RGB (Red+Green+Blue) = 128+27+127=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #801B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801B7F is #7FE480. Grayscale: #444444. Windows color (decimal): -8381569 or 8330112. OLE color: 8330112.

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

Color convert

RGB 128 27 127 -
CMYK 0 0.79 0.01 0.50
HSL 300.59º 0.65% 0.3% -
HSV(B) 300.59º 0.79% 0.5% -
XYZ 13.12 6.91 20.72 -
YUV 68.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 128 27 127 0 0.79 0.01 0.50 300.59 0.65 0.3
Hex 80 1B 7F 0 4F 1 32 12D 41 1E
Octal 200 33 177 0 117 1 62 455 101 36
Binary 10000000 11011 1111111 0 1001111 1 110010 100101101 1000001 11110

Color Harmonies of #801B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801B7F

Black with #801B7F

Text Example


Text Example

White with #801B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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