Html Css Color HEX #813D73 Dark Purple

📋 copy color: '#813D73'

red 129 ◦ green 61 ◦ blue 115

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

Shades of Dark Purple #813D73

Tints of Dark Purple #813D73

RGB

 RED value IS 129 (50.78% from 255) = 42.3%

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

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 42.3%
G = 20%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#813D73 (or 0x813D73) is known color: Dark Purple. HEX triplet: 81, 3D and 73. RGB value is (129,61,115). Sum of RGB (Red+Green+Blue) = 129+61+115=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #813D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D73 is #7EC28C. Grayscale: #575757. Windows color (decimal): -8307341 or 7552385. OLE color: 7552385.

HSL color Cylindrical-coordinate representation of color #813D73: hue angle of 312.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813D73 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 61 115 -
CMYK 0 0.53 0.11 0.49
HSL 312.35º 0.36% 0.37% -
HSV(B) 312.35º 0.53% 0.51% -
XYZ 13.82 9.24 17.28 -
YUV 87.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 129 61 115 0 0.53 0.11 0.49 312.35 0.36 0.37
Hex 81 3D 73 0 35 B 31 138 24 25
Octal 201 75 163 0 65 13 61 470 44 45
Binary 10000001 111101 1110011 0 110101 1011 110001 100111000 100100 100101

Color Harmonies of #813D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D73

Black with #813D73

Text Example


Text Example

White with #813D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813D73; }

 p { color: rgb(129,61,115); }

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

background-color css

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

 a { background-color: rgb(129,61,115); }

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

border-color css

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

 span { border-color: rgb(129,61,115); }

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