Html Css Color HEX #81177C Dark Purple

📋 copy color: '#81177C'

red 129 ◦ green 23 ◦ blue 124

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

Shades of Dark Purple #81177C

Tints of Dark Purple #81177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 46.74%
G = 8.33%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81177C (or 0x81177C) is known color: Dark Purple. HEX triplet: 81, 17 and 7C. RGB value is (129,23,124). Sum of RGB (Red+Green+Blue) = 129+23+124=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #81177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81177C is #7EE883. Grayscale: #414141. Windows color (decimal): -8317060 or 8132481. OLE color: 8132481.

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

Color convert

RGB 129 23 124 -
CMYK 0 0.82 0.04 0.49
HSL 302.83º 0.7% 0.3% -
HSV(B) 302.83º 0.82% 0.51% -
XYZ 13 6.74 19.68 -
YUV 66.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 129 23 124 0 0.82 0.04 0.49 302.83 0.7 0.3
Hex 81 17 7C 0 52 4 31 12F 46 1E
Octal 201 27 174 0 122 4 61 457 106 36
Binary 10000001 10111 1111100 0 1010010 100 110001 100101111 1000110 11110

Color Harmonies of #81177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81177C

Black with #81177C

Text Example


Text Example

White with #81177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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