Html Css Color HEX #812978 Dark Purple

📋 copy color: '#812978'

red 129 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #812978

Tints of Dark Purple #812978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 44.48%
G = 14.14%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#812978 (or 0x812978) is known color: Dark Purple. HEX triplet: 81, 29 and 78. RGB value is (129,41,120). Sum of RGB (Red+Green+Blue) = 129+41+120=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #812978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812978 is #7ED687. Grayscale: #4C4C4C. Windows color (decimal): -8312456 or 7874945. OLE color: 7874945.

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

Color convert

RGB 129 41 120 -
CMYK 0 0.68 0.07 0.49
HSL 306.14º 0.52% 0.33% -
HSV(B) 306.14º 0.68% 0.51% -
XYZ 13.24 7.61 18.54 -
YUV 76.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 129 41 120 0 0.68 0.07 0.49 306.14 0.52 0.33
Hex 81 29 78 0 44 7 31 132 34 21
Octal 201 51 170 0 104 7 61 462 64 41
Binary 10000001 101001 1111000 0 1000100 111 110001 100110010 110100 100001

Color Harmonies of #812978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812978

Black with #812978

Text Example


Text Example

White with #812978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812978; }

 p { color: rgb(129,41,120); }

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

background-color css

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

 a { background-color: rgb(129,41,120); }

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

border-color css

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

 span { border-color: rgb(129,41,120); }

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