Html Css Color HEX #803971 Dark Purple

📋 copy color: '#803971'

red 128 ◦ green 57 ◦ blue 113

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

Shades of Dark Purple #803971

Tints of Dark Purple #803971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

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

R = 42.95%
G = 19.13%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#803971 (or 0x803971) is known color: Dark Purple. HEX triplet: 80, 39 and 71. RGB value is (128,57,113). Sum of RGB (Red+Green+Blue) = 128+57+113=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #803971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803971 is #7FC68E. Grayscale: #545454. Windows color (decimal): -8373903 or 7420288. OLE color: 7420288.

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

Color convert

RGB 128 57 113 -
CMYK 0 0.55 0.12 0.50
HSL 312.68º 0.38% 0.36% -
HSV(B) 312.68º 0.55% 0.5% -
XYZ 13.35 8.71 16.6 -
YUV 84.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 128 57 113 0 0.55 0.12 0.50 312.68 0.38 0.36
Hex 80 39 71 0 37 C 32 139 26 24
Octal 200 71 161 0 67 14 62 471 46 44
Binary 10000000 111001 1110001 0 110111 1100 110010 100111001 100110 100100

Color Harmonies of #803971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803971

Black with #803971

Text Example


Text Example

White with #803971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803971; }

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

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

background-color css

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

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

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

border-color css

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

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

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