Html Css Color HEX #81117C Dark Purple

📋 copy color: '#81117C'

red 129 ◦ green 17 ◦ blue 124

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

Shades of Dark Purple #81117C

Tints of Dark Purple #81117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

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

R = 47.78%
G = 6.3%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81117C (or 0x81117C) is known color: Dark Purple. HEX triplet: 81, 11 and 7C. RGB value is (129,17,124). Sum of RGB (Red+Green+Blue) = 129+17+124=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #81117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81117C is #7EEE83. Grayscale: #3E3E3E. Windows color (decimal): -8318596 or 8130945. OLE color: 8130945.

HSL color Cylindrical-coordinate representation of color #81117C: hue angle of 302.68º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81117C is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 124 -
CMYK 0 0.87 0.04 0.49
HSL 302.68º 0.77% 0.29% -
HSV(B) 302.68º 0.87% 0.51% -
XYZ 12.89 6.52 19.65 -
YUV 62.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 129 17 124 0 0.87 0.04 0.49 302.68 0.77 0.29
Hex 81 11 7C 0 57 4 31 12F 4D 1D
Octal 201 21 174 0 127 4 61 457 115 35
Binary 10000001 10001 1111100 0 1010111 100 110001 100101111 1001101 11101

Color Harmonies of #81117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81117C

Black with #81117C

Text Example


Text Example

White with #81117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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