Html Css Color HEX #813873 Dark Purple

📋 copy color: '#813873'

red 129 ◦ green 56 ◦ blue 115

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

Shades of Dark Purple #813873

Tints of Dark Purple #813873

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

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

R = 43%
G = 18.67%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#813873 (or 0x813873) is known color: Dark Purple. HEX triplet: 81, 38 and 73. RGB value is (129,56,115). Sum of RGB (Red+Green+Blue) = 129+56+115=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #813873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813873 is #7EC78C. Grayscale: #545454. Windows color (decimal): -8308621 or 7551105. OLE color: 7551105.

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

Color convert

RGB 129 56 115 -
CMYK 0 0.57 0.11 0.49
HSL 311.51º 0.39% 0.36% -
HSV(B) 311.51º 0.57% 0.51% -
XYZ 13.56 8.73 17.19 -
YUV 84.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 129 56 115 0 0.57 0.11 0.49 311.51 0.39 0.36
Hex 81 38 73 0 39 B 31 138 27 24
Octal 201 70 163 0 71 13 61 470 47 44
Binary 10000001 111000 1110011 0 111001 1011 110001 100111000 100111 100100

Color Harmonies of #813873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813873

Black with #813873

Text Example


Text Example

White with #813873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813873; }

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

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

background-color css

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

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

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

border-color css

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

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

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