Html Css Color HEX #801671 Dark Purple

📋 copy color: '#801671'

red 128 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #801671

Tints of Dark Purple #801671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 48.67%
G = 8.37%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#801671 (or 0x801671) is known color: Dark Purple. HEX triplet: 80, 16 and 71. RGB value is (128,22,113). Sum of RGB (Red+Green+Blue) = 128+22+113=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #801671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801671 is #7FE98E. Grayscale: #3F3F3F. Windows color (decimal): -8382863 or 7411328. OLE color: 7411328.

HSL color Cylindrical-coordinate representation of color #801671: hue angle of 308.49º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801671 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 113 -
CMYK 0 0.83 0.12 0.50
HSL 308.49º 0.71% 0.29% -
HSV(B) 308.49º 0.83% 0.5% -
XYZ 12.17 6.36 16.21 -
YUV 64.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 128 22 113 0 0.83 0.12 0.50 308.49 0.71 0.29
Hex 80 16 71 0 53 C 32 134 47 1D
Octal 200 26 161 0 123 14 62 464 107 35
Binary 10000000 10110 1110001 0 1010011 1100 110010 100110100 1000111 11101

Color Harmonies of #801671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801671

Black with #801671

Text Example


Text Example

White with #801671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801671; }

 p { color: rgb(128,22,113); }

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

background-color css

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

 a { background-color: rgb(128,22,113); }

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

border-color css

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

 span { border-color: rgb(128,22,113); }

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