Html Css Color HEX #81137C Dark Purple

📋 copy color: '#81137C'

red 129 ◦ green 19 ◦ blue 124

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

Shades of Dark Purple #81137C

Tints of Dark Purple #81137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 47.43%
G = 6.99%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81137C (or 0x81137C) is known color: Dark Purple. HEX triplet: 81, 13 and 7C. RGB value is (129,19,124). Sum of RGB (Red+Green+Blue) = 129+19+124=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81137C is #7EEC83. Grayscale: #3F3F3F. Windows color (decimal): -8318084 or 8131457. OLE color: 8131457.

HSL color Cylindrical-coordinate representation of color #81137C: hue angle of 302.73º 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 #81137C is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 124 -
CMYK 0 0.85 0.04 0.49
HSL 302.73º 0.74% 0.29% -
HSV(B) 302.73º 0.85% 0.51% -
XYZ 12.92 6.59 19.66 -
YUV 63.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 129 19 124 0 0.85 0.04 0.49 302.73 0.74 0.29
Hex 81 13 7C 0 55 4 31 12F 4A 1D
Octal 201 23 174 0 125 4 61 457 112 35
Binary 10000001 10011 1111100 0 1010101 100 110001 100101111 1001010 11101

Color Harmonies of #81137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81137C

Black with #81137C

Text Example


Text Example

White with #81137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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