Html Css Color HEX #81137D Dark Purple

📋 copy color: '#81137D'

red 129 ◦ green 19 ◦ blue 125

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

Shades of Dark Purple #81137D

Tints of Dark Purple #81137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 47.25%
G = 6.96%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81137D (or 0x81137D) is known color: Dark Purple. HEX triplet: 81, 13 and 7D. RGB value is (129,19,125). Sum of RGB (Red+Green+Blue) = 129+19+125=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81137D is #7EEC82. Grayscale: #3F3F3F. Windows color (decimal): -8318083 or 8196993. OLE color: 8196993.

HSL color Cylindrical-coordinate representation of color #81137D: hue angle of 302.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81137D is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 125 -
CMYK 0 0.85 0.03 0.49
HSL 302.18º 0.74% 0.29% -
HSV(B) 302.18º 0.85% 0.51% -
XYZ 12.99 6.61 19.99 -
YUV 63.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 129 19 125 0 0.85 0.03 0.49 302.18 0.74 0.29
Hex 81 13 7D 0 55 3 31 12E 4A 1D
Octal 201 23 175 0 125 3 61 456 112 35
Binary 10000001 10011 1111101 0 1010101 11 110001 100101110 1001010 11101

Color Harmonies of #81137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81137D

Black with #81137D

Text Example


Text Example

White with #81137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81137D; }

 p { color: rgb(129,19,125); }

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

background-color css

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

 a { background-color: rgb(129,19,125); }

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

border-color css

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

 span { border-color: rgb(129,19,125); }

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