Html Css Color HEX #811078 Dark Purple

📋 copy color: '#811078'

red 129 ◦ green 16 ◦ blue 120

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

Shades of Dark Purple #811078

Tints of Dark Purple #811078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 48.68%
G = 6.04%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#811078 (or 0x811078) is known color: Dark Purple. HEX triplet: 81, 10 and 78. RGB value is (129,16,120). Sum of RGB (Red+Green+Blue) = 129+16+120=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #811078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811078 is #7EEF87. Grayscale: #3D3D3D. Windows color (decimal): -8318856 or 7868545. OLE color: 7868545.

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

Color convert

RGB 129 16 120 -
CMYK 0 0.88 0.07 0.49
HSL 304.78º 0.78% 0.28% -
HSV(B) 304.78º 0.88% 0.51% -
XYZ 12.63 6.39 18.34 -
YUV 61.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 129 16 120 0 0.88 0.07 0.49 304.78 0.78 0.28
Hex 81 10 78 0 58 7 31 131 4E 1C
Octal 201 20 170 0 130 7 61 461 116 34
Binary 10000001 10000 1111000 0 1011000 111 110001 100110001 1001110 11100

Color Harmonies of #811078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811078

Black with #811078

Text Example


Text Example

White with #811078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811078; }

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

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

background-color css

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

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

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

border-color css

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

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

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