Html Css Color HEX #81187F Dark Purple

📋 copy color: '#81187F'

red 129 ◦ green 24 ◦ blue 127

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

Shades of Dark Purple #81187F

Tints of Dark Purple #81187F

RGB

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

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

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

R = 46.07%
G = 8.57%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81187F (or 0x81187F) is known color: Dark Purple. HEX triplet: 81, 18 and 7F. RGB value is (129,24,127). Sum of RGB (Red+Green+Blue) = 129+24+127=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #81187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81187F is #7EE780. Grayscale: #424242. Windows color (decimal): -8316801 or 8329345. OLE color: 8329345.

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

Color convert

RGB 129 24 127 -
CMYK 0 0.81 0.02 0.49
HSL 301.14º 0.69% 0.3% -
HSV(B) 301.14º 0.81% 0.51% -
XYZ 13.21 6.85 20.71 -
YUV 67.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 129 24 127 0 0.81 0.02 0.49 301.14 0.69 0.3
Hex 81 18 7F 0 51 2 31 12D 45 1E
Octal 201 30 177 0 121 2 61 455 105 36
Binary 10000001 11000 1111111 0 1010001 10 110001 100101101 1000101 11110

Color Harmonies of #81187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81187F

Black with #81187F

Text Example


Text Example

White with #81187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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