Html Css Color HEX #801F65 Dark Purple

📋 copy color: '#801F65'

red 128 ◦ green 31 ◦ blue 101

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

Shades of Dark Purple #801F65

Tints of Dark Purple #801F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.92%

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 49.23%
G = 11.92%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#801F65 (or 0x801F65) is known color: Dark Purple. HEX triplet: 80, 1F and 65. RGB value is (128,31,101). Sum of RGB (Red+Green+Blue) = 128+31+101=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #801F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801F65 is #7FE09A. Grayscale: #434343. Windows color (decimal): -8380571 or 6627200. OLE color: 6627200.

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

Color convert

RGB 128 31 101 -
CMYK 0 0.76 0.21 0.50
HSL 316.7º 0.61% 0.31% -
HSV(B) 316.7º 0.76% 0.5% -
XYZ 11.74 6.51 12.95 -
YUV 67.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 128 31 101 0 0.76 0.21 0.50 316.7 0.61 0.31
Hex 80 1F 65 0 4C 15 32 13D 3D 1F
Octal 200 37 145 0 114 25 62 475 75 37
Binary 10000000 11111 1100101 0 1001100 10101 110010 100111101 111101 11111

Color Harmonies of #801F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801F65

Black with #801F65

Text Example


Text Example

White with #801F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,31,101); }

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

background-color css

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

 a { background-color: rgb(128,31,101); }

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

border-color css

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

 span { border-color: rgb(128,31,101); }

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