Html Css Color HEX #813E73 Dark Purple

📋 copy color: '#813E73'

red 129 ◦ green 62 ◦ blue 115

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

Shades of Dark Purple #813E73

Tints of Dark Purple #813E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.26%

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

R = 42.16%
G = 20.26%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#813E73 (or 0x813E73) is known color: Dark Purple. HEX triplet: 81, 3E and 73. RGB value is (129,62,115). Sum of RGB (Red+Green+Blue) = 129+62+115=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #813E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813E73 is #7EC18C. Grayscale: #575757. Windows color (decimal): -8307085 or 7552641. OLE color: 7552641.

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

Color convert

RGB 129 62 115 -
CMYK 0 0.52 0.11 0.49
HSL 312.54º 0.35% 0.37% -
HSV(B) 312.54º 0.52% 0.51% -
XYZ 13.87 9.35 17.29 -
YUV 88.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 129 62 115 0 0.52 0.11 0.49 312.54 0.35 0.37
Hex 81 3E 73 0 34 B 31 139 23 25
Octal 201 76 163 0 64 13 61 471 43 45
Binary 10000001 111110 1110011 0 110100 1011 110001 100111001 100011 100101

Color Harmonies of #813E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813E73

Black with #813E73

Text Example


Text Example

White with #813E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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