Html Css Color HEX #81327B Dark Purple

📋 copy color: '#81327B'

red 129 ◦ green 50 ◦ blue 123

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

Shades of Dark Purple #81327B

Tints of Dark Purple #81327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 42.72%
G = 16.56%
B = 40.73%

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

#81327B (or 0x81327B) is known color: Dark Purple. HEX triplet: 81, 32 and 7B. RGB value is (129,50,123). Sum of RGB (Red+Green+Blue) = 129+50+123=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #81327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81327B is #7ECD84. Grayscale: #515151. Windows color (decimal): -8310149 or 8073857. OLE color: 8073857.

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

Color convert

RGB 129 50 123 -
CMYK 0 0.61 0.05 0.49
HSL 304.56º 0.44% 0.35% -
HSV(B) 304.56º 0.61% 0.51% -
XYZ 13.77 8.38 19.63 -
YUV 81.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 129 50 123 0 0.61 0.05 0.49 304.56 0.44 0.35
Hex 81 32 7B 0 3D 5 31 131 2C 23
Octal 201 62 173 0 75 5 61 461 54 43
Binary 10000001 110010 1111011 0 111101 101 110001 100110001 101100 100011

Color Harmonies of #81327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81327B

Black with #81327B

Text Example


Text Example

White with #81327B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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