Html Css Color HEX #813179 Dark Purple

📋 copy color: '#813179'

red 129 ◦ green 49 ◦ blue 121

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

Shades of Dark Purple #813179

Tints of Dark Purple #813179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 43.14%
G = 16.39%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#813179 (or 0x813179) is known color: Dark Purple. HEX triplet: 81, 31 and 79. RGB value is (129,49,121). Sum of RGB (Red+Green+Blue) = 129+49+121=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #813179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813179 is #7ECE86. Grayscale: #505050. Windows color (decimal): -8310407 or 7942529. OLE color: 7942529.

HSL color Cylindrical-coordinate representation of color #813179: hue angle of 306º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813179 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 49 121 -
CMYK 0 0.62 0.06 0.49
HSL 306º 0.45% 0.35% -
HSV(B) 306º 0.62% 0.51% -
XYZ 13.6 8.24 18.96 -
YUV 81.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 129 49 121 0 0.62 0.06 0.49 306 0.45 0.35
Hex 81 31 79 0 3E 6 31 132 2D 23
Octal 201 61 171 0 76 6 61 462 55 43
Binary 10000001 110001 1111001 0 111110 110 110001 100110010 101101 100011

Color Harmonies of #813179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813179

Black with #813179

Text Example


Text Example

White with #813179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813179; }

 p { color: rgb(129,49,121); }

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

background-color css

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

 a { background-color: rgb(129,49,121); }

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

border-color css

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

 span { border-color: rgb(129,49,121); }

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