Html Css Color HEX #81127C Dark Purple

📋 copy color: '#81127C'

red 129 ◦ green 18 ◦ blue 124

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

Shades of Dark Purple #81127C

Tints of Dark Purple #81127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 47.6%
G = 6.64%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81127C (or 0x81127C) is known color: Dark Purple. HEX triplet: 81, 12 and 7C. RGB value is (129,18,124). Sum of RGB (Red+Green+Blue) = 129+18+124=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81127C is #7EED83. Grayscale: #3E3E3E. Windows color (decimal): -8318340 or 8131201. OLE color: 8131201.

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

Color convert

RGB 129 18 124 -
CMYK 0 0.86 0.04 0.49
HSL 302.7º 0.76% 0.29% -
HSV(B) 302.7º 0.86% 0.51% -
XYZ 12.91 6.55 19.65 -
YUV 63.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 129 18 124 0 0.86 0.04 0.49 302.7 0.76 0.29
Hex 81 12 7C 0 56 4 31 12F 4C 1D
Octal 201 22 174 0 126 4 61 457 114 35
Binary 10000001 10010 1111100 0 1010110 100 110001 100101111 1001100 11101

Color Harmonies of #81127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81127C

Black with #81127C

Text Example


Text Example

White with #81127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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