Html Css Color HEX #81327A Dark Purple

📋 copy color: '#81327A'

red 129 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #81327A

Tints of Dark Purple #81327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 42.86%
G = 16.61%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81327A (or 0x81327A) is known color: Dark Purple. HEX triplet: 81, 32 and 7A. RGB value is (129,50,122). Sum of RGB (Red+Green+Blue) = 129+50+122=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #81327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81327A is #7ECD85. Grayscale: #515151. Windows color (decimal): -8310150 or 8008321. OLE color: 8008321.

HSL color Cylindrical-coordinate representation of color #81327A: hue angle of 305.32º 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 #81327A is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 122 -
CMYK 0 0.61 0.05 0.49
HSL 305.32º 0.44% 0.35% -
HSV(B) 305.32º 0.61% 0.51% -
XYZ 13.71 8.35 19.3 -
YUV 81.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 129 50 122 0 0.61 0.05 0.49 305.32 0.44 0.35
Hex 81 32 7A 0 3D 5 31 131 2C 23
Octal 201 62 172 0 75 5 61 461 54 43
Binary 10000001 110010 1111010 0 111101 101 110001 100110001 101100 100011

Color Harmonies of #81327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81327A

Black with #81327A

Text Example


Text Example

White with #81327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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