Html Css Color HEX #812874 Dark Purple

📋 copy color: '#812874'

red 129 ◦ green 40 ◦ blue 116

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

Shades of Dark Purple #812874

Tints of Dark Purple #812874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 45.26%
G = 14.04%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#812874 (or 0x812874) is known color: Dark Purple. HEX triplet: 81, 28 and 74. RGB value is (129,40,116). Sum of RGB (Red+Green+Blue) = 129+40+116=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #812874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812874 is #7ED78B. Grayscale: #4B4B4B. Windows color (decimal): -8312716 or 7612545. OLE color: 7612545.

HSL color Cylindrical-coordinate representation of color #812874: hue angle of 308.76º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812874 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 116 -
CMYK 0 0.69 0.10 0.49
HSL 308.76º 0.53% 0.33% -
HSV(B) 308.76º 0.69% 0.51% -
XYZ 12.96 7.45 17.28 -
YUV 75.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 129 40 116 0 0.69 0.10 0.49 308.76 0.53 0.33
Hex 81 28 74 0 45 A 31 135 35 21
Octal 201 50 164 0 105 12 61 465 65 41
Binary 10000001 101000 1110100 0 1000101 1010 110001 100110101 110101 100001

Color Harmonies of #812874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812874

Black with #812874

Text Example


Text Example

White with #812874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812874; }

 p { color: rgb(129,40,116); }

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

background-color css

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

 a { background-color: rgb(129,40,116); }

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

border-color css

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

 span { border-color: rgb(129,40,116); }

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