Html Css Color HEX #811470 Dark Purple

📋 copy color: '#811470'

red 129 ◦ green 20 ◦ blue 112

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

Shades of Dark Purple #811470

Tints of Dark Purple #811470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 49.43%
G = 7.66%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#811470 (or 0x811470) is known color: Dark Purple. HEX triplet: 81, 14 and 70. RGB value is (129,20,112). Sum of RGB (Red+Green+Blue) = 129+20+112=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #811470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811470 is #7EEB8F. Grayscale: #3E3E3E. Windows color (decimal): -8317840 or 7345281. OLE color: 7345281.

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

Color convert

RGB 129 20 112 -
CMYK 0 0.84 0.13 0.49
HSL 309.36º 0.73% 0.29% -
HSV(B) 309.36º 0.84% 0.51% -
XYZ 12.23 6.34 15.91 -
YUV 63.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 129 20 112 0 0.84 0.13 0.49 309.36 0.73 0.29
Hex 81 14 70 0 54 D 31 135 49 1D
Octal 201 24 160 0 124 15 61 465 111 35
Binary 10000001 10100 1110000 0 1010100 1101 110001 100110101 1001001 11101

Color Harmonies of #811470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811470

Black with #811470

Text Example


Text Example

White with #811470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811470; }

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

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

background-color css

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

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

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

border-color css

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

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

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