Html Css Color HEX #81327F Dark Purple

📋 copy color: '#81327F'

red 129 ◦ green 50 ◦ blue 127

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

Shades of Dark Purple #81327F

Tints of Dark Purple #81327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 127 (50% from 255) = 41.5%

R = 42.16%
G = 16.34%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81327F (or 0x81327F) is known color: Dark Purple. HEX triplet: 81, 32 and 7F. RGB value is (129,50,127). Sum of RGB (Red+Green+Blue) = 129+50+127=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81327F is #7ECD80. Grayscale: #525252. Windows color (decimal): -8310145 or 8336001. OLE color: 8336001.

HSL color Cylindrical-coordinate representation of color #81327F: hue angle of 301.52º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81327F is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 127 -
CMYK 0 0.61 0.02 0.49
HSL 301.52º 0.44% 0.35% -
HSV(B) 301.52º 0.61% 0.51% -
XYZ 14.02 8.48 20.98 -
YUV 82.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 129 50 127 0 0.61 0.02 0.49 301.52 0.44 0.35
Hex 81 32 7F 0 3D 2 31 12E 2C 23
Octal 201 62 177 0 75 2 61 456 54 43
Binary 10000001 110010 1111111 0 111101 10 110001 100101110 101100 100011

Color Harmonies of #81327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81327F

Black with #81327F

Text Example


Text Example

White with #81327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81327F; }

 p { color: rgb(129,50,127); }

 H1.HeaderClassName
 {
   color: #81327F;
 }
 .AnyTagClassName
 {
   color: #81327F;
 }
</style>

background-color css

<style>
 a { background-color: #81327F; }

 a { background-color: rgb(129,50,127); }

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

border-color css

<style>
 span { border-color: #81327F; }

 span { border-color: rgb(129,50,127); }

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