Html Css Color HEX #81176C Dark Purple

📋 copy color: '#81176C'

red 129 ◦ green 23 ◦ blue 108

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

Shades of Dark Purple #81176C

Tints of Dark Purple #81176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 49.62%
G = 8.85%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81176C (or 0x81176C) is known color: Dark Purple. HEX triplet: 81, 17 and 6C. RGB value is (129,23,108). Sum of RGB (Red+Green+Blue) = 129+23+108=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81176C is #7EE893. Grayscale: #404040. Windows color (decimal): -8317076 or 7083905. OLE color: 7083905.

HSL color Cylindrical-coordinate representation of color #81176C: hue angle of 311.89º 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 #81176C is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 23 108 -
CMYK 0 0.82 0.16 0.49
HSL 311.89º 0.7% 0.3% -
HSV(B) 311.89º 0.82% 0.51% -
XYZ 12.07 6.36 14.78 -
YUV 64.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 129 23 108 0 0.82 0.16 0.49 311.89 0.7 0.3
Hex 81 17 6C 0 52 10 31 138 46 1E
Octal 201 27 154 0 122 20 61 470 106 36
Binary 10000001 10111 1101100 0 1010010 10000 110001 100111000 1000110 11110

Color Harmonies of #81176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81176C

Black with #81176C

Text Example


Text Example

White with #81176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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