Html Css Color HEX #81136C Dark Purple

📋 copy color: '#81136C'

red 129 ◦ green 19 ◦ blue 108

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

Shades of Dark Purple #81136C

Tints of Dark Purple #81136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 50.39%
G = 7.42%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81136C (or 0x81136C) is known color: Dark Purple. HEX triplet: 81, 13 and 6C. RGB value is (129,19,108). Sum of RGB (Red+Green+Blue) = 129+19+108=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81136C is #7EEC93. Grayscale: #3D3D3D. Windows color (decimal): -8318100 or 7082881. OLE color: 7082881.

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

Color convert

RGB 129 19 108 -
CMYK 0 0.85 0.16 0.49
HSL 311.45º 0.74% 0.29% -
HSV(B) 311.45º 0.85% 0.51% -
XYZ 11.99 6.22 14.75 -
YUV 62.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 129 19 108 0 0.85 0.16 0.49 311.45 0.74 0.29
Hex 81 13 6C 0 55 10 31 137 4A 1D
Octal 201 23 154 0 125 20 61 467 112 35
Binary 10000001 10011 1101100 0 1010101 10000 110001 100110111 1001010 11101

Color Harmonies of #81136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81136C

Black with #81136C

Text Example


Text Example

White with #81136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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