Html Css Color HEX #811574 Dark Purple

📋 copy color: '#811574'

red 129 ◦ green 21 ◦ blue 116

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

Shades of Dark Purple #811574

Tints of Dark Purple #811574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 48.5%
G = 7.89%
B = 43.61%

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

#811574 (or 0x811574) is known color: Dark Purple. HEX triplet: 81, 15 and 74. RGB value is (129,21,116). Sum of RGB (Red+Green+Blue) = 129+21+116=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #811574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811574 is #7EEA8B. Grayscale: #3F3F3F. Windows color (decimal): -8317580 or 7607681. OLE color: 7607681.

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

Color convert

RGB 129 21 116 -
CMYK 0 0.84 0.10 0.49
HSL 307.22º 0.72% 0.29% -
HSV(B) 307.22º 0.84% 0.51% -
XYZ 12.47 6.46 17.11 -
YUV 64.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 129 21 116 0 0.84 0.10 0.49 307.22 0.72 0.29
Hex 81 15 74 0 54 A 31 133 48 1D
Octal 201 25 164 0 124 12 61 463 110 35
Binary 10000001 10101 1110100 0 1010100 1010 110001 100110011 1001000 11101

Color Harmonies of #811574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811574

Black with #811574

Text Example


Text Example

White with #811574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811574; }

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

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

background-color css

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

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

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

border-color css

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

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

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