Html Css Color HEX #803C6F Dark Purple

📋 copy color: '#803C6F'

red 128 ◦ green 60 ◦ blue 111

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

Shades of Dark Purple #803C6F

Tints of Dark Purple #803C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

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

R = 42.81%
G = 20.07%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#803C6F (or 0x803C6F) is known color: Dark Purple. HEX triplet: 80, 3C and 6F. RGB value is (128,60,111). Sum of RGB (Red+Green+Blue) = 128+60+111=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #803C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C6F is #7FC390. Grayscale: #565656. Windows color (decimal): -8373137 or 7289984. OLE color: 7289984.

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

Color convert

RGB 128 60 111 -
CMYK 0 0.53 0.13 0.50
HSL 315º 0.36% 0.37% -
HSV(B) 315º 0.53% 0.5% -
XYZ 13.39 8.97 16.06 -
YUV 86.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 128 60 111 0 0.53 0.13 0.50 315 0.36 0.37
Hex 80 3C 6F 0 35 D 32 13B 24 25
Octal 200 74 157 0 65 15 62 473 44 45
Binary 10000000 111100 1101111 0 110101 1101 110010 100111011 100100 100101

Color Harmonies of #803C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C6F

Black with #803C6F

Text Example


Text Example

White with #803C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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