Html Css Color HEX #811474 Dark Purple

📋 copy color: '#811474'

red 129 ◦ green 20 ◦ blue 116

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

Shades of Dark Purple #811474

Tints of Dark Purple #811474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 48.68%
G = 7.55%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#811474 (or 0x811474) is known color: Dark Purple. HEX triplet: 81, 14 and 74. RGB value is (129,20,116). Sum of RGB (Red+Green+Blue) = 129+20+116=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #811474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811474 is #7EEB8B. Grayscale: #3F3F3F. Windows color (decimal): -8317836 or 7607425. OLE color: 7607425.

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

Color convert

RGB 129 20 116 -
CMYK 0 0.84 0.10 0.49
HSL 307.16º 0.73% 0.29% -
HSV(B) 307.16º 0.84% 0.51% -
XYZ 12.46 6.43 17.11 -
YUV 63.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 129 20 116 0 0.84 0.10 0.49 307.16 0.73 0.29
Hex 81 14 74 0 54 A 31 133 49 1D
Octal 201 24 164 0 124 12 61 463 111 35
Binary 10000001 10100 1110100 0 1010100 1010 110001 100110011 1001001 11101

Color Harmonies of #811474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811474

Black with #811474

Text Example


Text Example

White with #811474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811474; }

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

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

background-color css

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

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

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

border-color css

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

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

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