Html Css Color HEX #812079 Dark Purple

📋 copy color: '#812079'

red 129 ◦ green 32 ◦ blue 121

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

Shades of Dark Purple #812079

Tints of Dark Purple #812079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 45.74%
G = 11.35%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#812079 (or 0x812079) is known color: Dark Purple. HEX triplet: 81, 20 and 79. RGB value is (129,32,121). Sum of RGB (Red+Green+Blue) = 129+32+121=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #812079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812079 is #7EDF86. Grayscale: #464646. Windows color (decimal): -8314759 or 7938177. OLE color: 7938177.

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

Color convert

RGB 129 32 121 -
CMYK 0 0.75 0.06 0.49
HSL 304.95º 0.6% 0.32% -
HSV(B) 304.95º 0.75% 0.51% -
XYZ 13.02 7.08 18.77 -
YUV 71.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 129 32 121 0 0.75 0.06 0.49 304.95 0.6 0.32
Hex 81 20 79 0 4B 6 31 131 3C 20
Octal 201 40 171 0 113 6 61 461 74 40
Binary 10000001 100000 1111001 0 1001011 110 110001 100110001 111100 100000

Color Harmonies of #812079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812079

Black with #812079

Text Example


Text Example

White with #812079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812079; }

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

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

background-color css

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

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

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

border-color css

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

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

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