Html Css Color HEX #81137F Dark Purple

📋 copy color: '#81137F'

red 129 ◦ green 19 ◦ blue 127

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

Shades of Dark Purple #81137F

Tints of Dark Purple #81137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.18%

R = 46.91%
G = 6.91%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81137F (or 0x81137F) is known color: Dark Purple. HEX triplet: 81, 13 and 7F. RGB value is (129,19,127). Sum of RGB (Red+Green+Blue) = 129+19+127=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81137F is #7EEC80. Grayscale: #3F3F3F. Windows color (decimal): -8318081 or 8328065. OLE color: 8328065.

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

Color convert

RGB 129 19 127 -
CMYK 0 0.85 0.02 0.49
HSL 301.09º 0.74% 0.29% -
HSV(B) 301.09º 0.85% 0.51% -
XYZ 13.12 6.67 20.67 -
YUV 64.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 129 19 127 0 0.85 0.02 0.49 301.09 0.74 0.29
Hex 81 13 7F 0 55 2 31 12D 4A 1D
Octal 201 23 177 0 125 2 61 455 112 35
Binary 10000001 10011 1111111 0 1010101 10 110001 100101101 1001010 11101

Color Harmonies of #81137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81137F

Black with #81137F

Text Example


Text Example

White with #81137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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