Html Css Color HEX #811373 Dark Purple

📋 copy color: '#811373'

red 129 ◦ green 19 ◦ blue 115

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

Shades of Dark Purple #811373

Tints of Dark Purple #811373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 49.05%
G = 7.22%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#811373 (or 0x811373) is known color: Dark Purple. HEX triplet: 81, 13 and 73. RGB value is (129,19,115). Sum of RGB (Red+Green+Blue) = 129+19+115=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #811373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811373 is #7EEC8C. Grayscale: #3E3E3E. Windows color (decimal): -8318093 or 7541633. OLE color: 7541633.

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

Color convert

RGB 129 19 115 -
CMYK 0 0.85 0.11 0.49
HSL 307.64º 0.74% 0.29% -
HSV(B) 307.64º 0.85% 0.51% -
XYZ 12.38 6.37 16.8 -
YUV 62.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 129 19 115 0 0.85 0.11 0.49 307.64 0.74 0.29
Hex 81 13 73 0 55 B 31 134 4A 1D
Octal 201 23 163 0 125 13 61 464 112 35
Binary 10000001 10011 1110011 0 1010101 1011 110001 100110100 1001010 11101

Color Harmonies of #811373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811373

Black with #811373

Text Example


Text Example

White with #811373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811373; }

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

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

background-color css

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

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

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

border-color css

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

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

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