Html Css Color HEX #803D6F Dark Purple

📋 copy color: '#803D6F'

red 128 ◦ green 61 ◦ blue 111

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

Shades of Dark Purple #803D6F

Tints of Dark Purple #803D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37%

R = 42.67%
G = 20.33%
B = 37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#803D6F (or 0x803D6F) is known color: Dark Purple. HEX triplet: 80, 3D and 6F. RGB value is (128,61,111). Sum of RGB (Red+Green+Blue) = 128+61+111=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #803D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803D6F is #7FC290. Grayscale: #565656. Windows color (decimal): -8372881 or 7290240. OLE color: 7290240.

HSL color Cylindrical-coordinate representation of color #803D6F: hue angle of 315.22º 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 #803D6F is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 111 -
CMYK 0 0.52 0.13 0.50
HSL 315.22º 0.35% 0.37% -
HSV(B) 315.22º 0.52% 0.5% -
XYZ 13.44 9.07 16.08 -
YUV 86.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 128 61 111 0 0.52 0.13 0.50 315.22 0.35 0.37
Hex 80 3D 6F 0 34 D 32 13B 23 25
Octal 200 75 157 0 64 15 62 473 43 45
Binary 10000000 111101 1101111 0 110100 1101 110010 100111011 100011 100101

Color Harmonies of #803D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D6F

Black with #803D6F

Text Example


Text Example

White with #803D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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