Html Css Color HEX #812F79 Dark Purple

📋 copy color: '#812F79'

red 129 ◦ green 47 ◦ blue 121

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

Shades of Dark Purple #812F79

Tints of Dark Purple #812F79

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

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

R = 43.43%
G = 15.82%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#812F79 (or 0x812F79) is known color: Dark Purple. HEX triplet: 81, 2F and 79. RGB value is (129,47,121). Sum of RGB (Red+Green+Blue) = 129+47+121=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #812F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812F79 is #7ED086. Grayscale: #4F4F4F. Windows color (decimal): -8310919 or 7942017. OLE color: 7942017.

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

Color convert

RGB 129 47 121 -
CMYK 0 0.64 0.06 0.49
HSL 305.85º 0.47% 0.35% -
HSV(B) 305.85º 0.64% 0.51% -
XYZ 13.52 8.08 18.94 -
YUV 79.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 129 47 121 0 0.64 0.06 0.49 305.85 0.47 0.35
Hex 81 2F 79 0 40 6 31 132 2F 23
Octal 201 57 171 0 100 6 61 462 57 43
Binary 10000001 101111 1111001 0 1000000 110 110001 100110010 101111 100011

Color Harmonies of #812F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812F79

Black with #812F79

Text Example


Text Example

White with #812F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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