Html Css Color HEX #812878 Dark Purple

📋 copy color: '#812878'

red 129 ◦ green 40 ◦ blue 120

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

Shades of Dark Purple #812878

Tints of Dark Purple #812878

RGB

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

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

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

R = 44.64%
G = 13.84%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#812878 (or 0x812878) is known color: Dark Purple. HEX triplet: 81, 28 and 78. RGB value is (129,40,120). Sum of RGB (Red+Green+Blue) = 129+40+120=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #812878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812878 is #7ED787. Grayscale: #4B4B4B. Windows color (decimal): -8312712 or 7874689. OLE color: 7874689.

HSL color Cylindrical-coordinate representation of color #812878: hue angle of 306.07º 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 #812878 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 120 -
CMYK 0 0.69 0.07 0.49
HSL 306.07º 0.53% 0.33% -
HSV(B) 306.07º 0.69% 0.51% -
XYZ 13.2 7.54 18.53 -
YUV 75.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 129 40 120 0 0.69 0.07 0.49 306.07 0.53 0.33
Hex 81 28 78 0 45 7 31 132 35 21
Octal 201 50 170 0 105 7 61 462 65 41
Binary 10000001 101000 1111000 0 1000101 111 110001 100110010 110101 100001

Color Harmonies of #812878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812878

Black with #812878

Text Example


Text Example

White with #812878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812878; }

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

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

background-color css

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

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

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

border-color css

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

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

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