Html Css Color HEX #801D64 Dark Purple

📋 copy color: '#801D64'

red 128 ◦ green 29 ◦ blue 100

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

Shades of Dark Purple #801D64

Tints of Dark Purple #801D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.91%

R = 49.81%
G = 11.28%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#801D64 (or 0x801D64) is known color: Dark Purple. HEX triplet: 80, 1D and 64. RGB value is (128,29,100). Sum of RGB (Red+Green+Blue) = 128+29+100=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #801D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801D64 is #7FE29B. Grayscale: #424242. Windows color (decimal): -8381084 or 6561152. OLE color: 6561152.

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

Color convert

RGB 128 29 100 -
CMYK 0 0.77 0.22 0.50
HSL 316.97º 0.63% 0.31% -
HSV(B) 316.97º 0.77% 0.5% -
XYZ 11.64 6.39 12.68 -
YUV 66.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 128 29 100 0 0.77 0.22 0.50 316.97 0.63 0.31
Hex 80 1D 64 0 4D 16 32 13D 3F 1F
Octal 200 35 144 0 115 26 62 475 77 37
Binary 10000000 11101 1100100 0 1001101 10110 110010 100111101 111111 11111

Color Harmonies of #801D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D64

Black with #801D64

Text Example


Text Example

White with #801D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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