Html Css Color HEX #813079 Dark Purple

📋 copy color: '#813079'

red 129 ◦ green 48 ◦ blue 121

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

Shades of Dark Purple #813079

Tints of Dark Purple #813079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

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

R = 43.29%
G = 16.11%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#813079 (or 0x813079) is known color: Dark Purple. HEX triplet: 81, 30 and 79. RGB value is (129,48,121). Sum of RGB (Red+Green+Blue) = 129+48+121=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #813079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813079 is #7ECF86. Grayscale: #505050. Windows color (decimal): -8310663 or 7942273. OLE color: 7942273.

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

Color convert

RGB 129 48 121 -
CMYK 0 0.63 0.06 0.49
HSL 305.93º 0.46% 0.35% -
HSV(B) 305.93º 0.63% 0.51% -
XYZ 13.56 8.16 18.95 -
YUV 80.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 129 48 121 0 0.63 0.06 0.49 305.93 0.46 0.35
Hex 81 30 79 0 3F 6 31 132 2E 23
Octal 201 60 171 0 77 6 61 462 56 43
Binary 10000001 110000 1111001 0 111111 110 110001 100110010 101110 100011

Color Harmonies of #813079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813079

Black with #813079

Text Example


Text Example

White with #813079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813079; }

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

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

background-color css

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

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

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

border-color css

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

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

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