Html Css Color HEX #81127E Purple

📋 copy color: '#81127E'

red 129 ◦ green 18 ◦ blue 126

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

Shades of Purple #81127E

Tints of Purple #81127E

RGB

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

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

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

R = 47.25%
G = 6.59%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81127E (or 0x81127E) is known color: Purple. HEX triplet: 81, 12 and 7E. RGB value is (129,18,126). Sum of RGB (Red+Green+Blue) = 129+18+126=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81127E is #7EED81. Grayscale: #3F3F3F. Windows color (decimal): -8318338 or 8262273. OLE color: 8262273.

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

Color convert

RGB 129 18 126 -
CMYK 0 0.86 0.02 0.49
HSL 301.62º 0.76% 0.29% -
HSV(B) 301.62º 0.86% 0.51% -
XYZ 13.04 6.61 20.33 -
YUV 63.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 129 18 126 0 0.86 0.02 0.49 301.62 0.76 0.29
Hex 81 12 7E 0 56 2 31 12E 4C 1D
Octal 201 22 176 0 126 2 61 456 114 35
Binary 10000001 10010 1111110 0 1010110 10 110001 100101110 1001100 11101

Color Harmonies of #81127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81127E

Black with #81127E

Text Example


Text Example

White with #81127E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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