Html Css Color HEX #812479 Dark Purple

📋 copy color: '#812479'

red 129 ◦ green 36 ◦ blue 121

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

Shades of Dark Purple #812479

Tints of Dark Purple #812479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 45.1%
G = 12.59%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#812479 (or 0x812479) is known color: Dark Purple. HEX triplet: 81, 24 and 79. RGB value is (129,36,121). Sum of RGB (Red+Green+Blue) = 129+36+121=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #812479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812479 is #7EDB86. Grayscale: #494949. Windows color (decimal): -8313735 or 7939201. OLE color: 7939201.

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

Color convert

RGB 129 36 121 -
CMYK 0 0.72 0.06 0.49
HSL 305.16º 0.56% 0.32% -
HSV(B) 305.16º 0.72% 0.51% -
XYZ 13.14 7.31 18.81 -
YUV 73.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 129 36 121 0 0.72 0.06 0.49 305.16 0.56 0.32
Hex 81 24 79 0 48 6 31 131 38 20
Octal 201 44 171 0 110 6 61 461 70 40
Binary 10000001 100100 1111001 0 1001000 110 110001 100110001 111000 100000

Color Harmonies of #812479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812479

Black with #812479

Text Example


Text Example

White with #812479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812479; }

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

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

background-color css

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

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

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

border-color css

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

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

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