Html Css Color HEX #812078 Dark Purple

📋 copy color: '#812078'

red 129 ◦ green 32 ◦ blue 120

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

Shades of Dark Purple #812078

Tints of Dark Purple #812078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

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

R = 45.91%
G = 11.39%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#812078 (or 0x812078) is known color: Dark Purple. HEX triplet: 81, 20 and 78. RGB value is (129,32,120). Sum of RGB (Red+Green+Blue) = 129+32+120=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #812078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812078 is #7EDF87. Grayscale: #464646. Windows color (decimal): -8314760 or 7872641. OLE color: 7872641.

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

Color convert

RGB 129 32 120 -
CMYK 0 0.75 0.07 0.49
HSL 305.57º 0.6% 0.32% -
HSV(B) 305.57º 0.75% 0.51% -
XYZ 12.96 7.06 18.45 -
YUV 71.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 129 32 120 0 0.75 0.07 0.49 305.57 0.6 0.32
Hex 81 20 78 0 4B 7 31 132 3C 20
Octal 201 40 170 0 113 7 61 462 74 40
Binary 10000001 100000 1111000 0 1001011 111 110001 100110010 111100 100000

Color Harmonies of #812078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812078

Black with #812078

Text Example


Text Example

White with #812078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812078; }

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

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

background-color css

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

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

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

border-color css

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

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

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