Html Css Color HEX #81177E Dark Purple

📋 copy color: '#81177E'

red 129 ◦ green 23 ◦ blue 126

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

Shades of Dark Purple #81177E

Tints of Dark Purple #81177E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 46.4%
G = 8.27%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81177E (or 0x81177E) is known color: Dark Purple. HEX triplet: 81, 17 and 7E. RGB value is (129,23,126). Sum of RGB (Red+Green+Blue) = 129+23+126=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #81177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81177E is #7EE881. Grayscale: #424242. Windows color (decimal): -8317058 or 8263553. OLE color: 8263553.

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

Color convert

RGB 129 23 126 -
CMYK 0 0.82 0.02 0.49
HSL 301.7º 0.7% 0.3% -
HSV(B) 301.7º 0.82% 0.51% -
XYZ 13.13 6.79 20.36 -
YUV 66.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 129 23 126 0 0.82 0.02 0.49 301.7 0.7 0.3
Hex 81 17 7E 0 52 2 31 12E 46 1E
Octal 201 27 176 0 122 2 61 456 106 36
Binary 10000001 10111 1111110 0 1010010 10 110001 100101110 1000110 11110

Color Harmonies of #81177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81177E

Black with #81177E

Text Example


Text Example

White with #81177E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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