Html Css Color HEX #803D71 Dark Purple

📋 copy color: '#803D71'

red 128 ◦ green 61 ◦ blue 113

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

Shades of Dark Purple #803D71

Tints of Dark Purple #803D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.2%

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

R = 42.38%
G = 20.2%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#803D71 (or 0x803D71) is known color: Dark Purple. HEX triplet: 80, 3D and 71. RGB value is (128,61,113). Sum of RGB (Red+Green+Blue) = 128+61+113=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #803D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803D71 is #7FC28E. Grayscale: #565656. Windows color (decimal): -8372879 or 7421312. OLE color: 7421312.

HSL color Cylindrical-coordinate representation of color #803D71: hue angle of 313.43º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803D71 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 113 -
CMYK 0 0.52 0.12 0.50
HSL 313.43º 0.35% 0.37% -
HSV(B) 313.43º 0.52% 0.5% -
XYZ 13.55 9.12 16.67 -
YUV 86.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 128 61 113 0 0.52 0.12 0.50 313.43 0.35 0.37
Hex 80 3D 71 0 34 C 32 139 23 25
Octal 200 75 161 0 64 14 62 471 43 45
Binary 10000000 111101 1110001 0 110100 1100 110010 100111001 100011 100101

Color Harmonies of #803D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D71

Black with #803D71

Text Example


Text Example

White with #803D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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