Html Css Color HEX #81187D Dark Purple

📋 copy color: '#81187D'

red 129 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #81187D

Tints of Dark Purple #81187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.63%

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

R = 46.4%
G = 8.63%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81187D (or 0x81187D) is known color: Dark Purple. HEX triplet: 81, 18 and 7D. RGB value is (129,24,125). Sum of RGB (Red+Green+Blue) = 129+24+125=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #81187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81187D is #7EE782. Grayscale: #424242. Windows color (decimal): -8316803 or 8198273. OLE color: 8198273.

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

Color convert

RGB 129 24 125 -
CMYK 0 0.81 0.03 0.49
HSL 302.29º 0.69% 0.3% -
HSV(B) 302.29º 0.81% 0.51% -
XYZ 13.08 6.8 20.03 -
YUV 66.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 129 24 125 0 0.81 0.03 0.49 302.29 0.69 0.3
Hex 81 18 7D 0 51 3 31 12E 45 1E
Octal 201 30 175 0 121 3 61 456 105 36
Binary 10000001 11000 1111101 0 1010001 11 110001 100101110 1000101 11110

Color Harmonies of #81187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81187D

Black with #81187D

Text Example


Text Example

White with #81187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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