Html Css Color HEX #801B6E Dark Purple

📋 copy color: '#801B6E'

red 128 ◦ green 27 ◦ blue 110

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

Shades of Dark Purple #801B6E

Tints of Dark Purple #801B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 48.3%
G = 10.19%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#801B6E (or 0x801B6E) is known color: Dark Purple. HEX triplet: 80, 1B and 6E. RGB value is (128,27,110). Sum of RGB (Red+Green+Blue) = 128+27+110=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #801B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801B6E is #7FE491. Grayscale: #424242. Windows color (decimal): -8381586 or 7216000. OLE color: 7216000.

HSL color Cylindrical-coordinate representation of color #801B6E: hue angle of 310.69º 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 #801B6E is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 27 110 -
CMYK 0 0.79 0.14 0.50
HSL 310.69º 0.65% 0.3% -
HSV(B) 310.69º 0.79% 0.5% -
XYZ 12.11 6.5 15.37 -
YUV 66.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 128 27 110 0 0.79 0.14 0.50 310.69 0.65 0.3
Hex 80 1B 6E 0 4F E 32 137 41 1E
Octal 200 33 156 0 117 16 62 467 101 36
Binary 10000000 11011 1101110 0 1001111 1110 110010 100110111 1000001 11110

Color Harmonies of #801B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801B6E

Black with #801B6E

Text Example


Text Example

White with #801B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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