Html Css Color HEX #813373 Dark Purple

📋 copy color: '#813373'

red 129 ◦ green 51 ◦ blue 115

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

Shades of Dark Purple #813373

Tints of Dark Purple #813373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

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

R = 43.73%
G = 17.29%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#813373 (or 0x813373) is known color: Dark Purple. HEX triplet: 81, 33 and 73. RGB value is (129,51,115). Sum of RGB (Red+Green+Blue) = 129+51+115=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #813373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813373 is #7ECC8C. Grayscale: #515151. Windows color (decimal): -8309901 or 7549825. OLE color: 7549825.

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

Color convert

RGB 129 51 115 -
CMYK 0 0.60 0.11 0.49
HSL 310.77º 0.43% 0.35% -
HSV(B) 310.77º 0.6% 0.51% -
XYZ 13.33 8.27 17.11 -
YUV 81.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 129 51 115 0 0.60 0.11 0.49 310.77 0.43 0.35
Hex 81 33 73 0 3C B 31 137 2B 23
Octal 201 63 163 0 74 13 61 467 53 43
Binary 10000001 110011 1110011 0 111100 1011 110001 100110111 101011 100011

Color Harmonies of #813373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813373

Black with #813373

Text Example


Text Example

White with #813373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813373; }

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

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

background-color css

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

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

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

border-color css

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

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

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