Html Css Color HEX #811478 Dark Purple

📋 copy color: '#811478'

red 129 ◦ green 20 ◦ blue 120

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

Shades of Dark Purple #811478

Tints of Dark Purple #811478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 47.96%
G = 7.43%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#811478 (or 0x811478) is known color: Dark Purple. HEX triplet: 81, 14 and 78. RGB value is (129,20,120). Sum of RGB (Red+Green+Blue) = 129+20+120=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #811478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811478 is #7EEB87. Grayscale: #3F3F3F. Windows color (decimal): -8317832 or 7869569. OLE color: 7869569.

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

Color convert

RGB 129 20 120 -
CMYK 0 0.84 0.07 0.49
HSL 304.95º 0.73% 0.29% -
HSV(B) 304.95º 0.84% 0.51% -
XYZ 12.69 6.52 18.36 -
YUV 63.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 129 20 120 0 0.84 0.07 0.49 304.95 0.73 0.29
Hex 81 14 78 0 54 7 31 131 49 1D
Octal 201 24 170 0 124 7 61 461 111 35
Binary 10000001 10100 1111000 0 1010100 111 110001 100110001 1001001 11101

Color Harmonies of #811478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811478

Black with #811478

Text Example


Text Example

White with #811478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811478; }

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

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

background-color css

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

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

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

border-color css

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

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

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