Html Css Color HEX #81377A Dark Purple

📋 copy color: '#81377A'

red 129 ◦ green 55 ◦ blue 122

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

Shades of Dark Purple #81377A

Tints of Dark Purple #81377A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 42.16%
G = 17.97%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81377A (or 0x81377A) is known color: Dark Purple. HEX triplet: 81, 37 and 7A. RGB value is (129,55,122). Sum of RGB (Red+Green+Blue) = 129+55+122=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81377A is #7EC885. Grayscale: #545454. Windows color (decimal): -8308870 or 8009601. OLE color: 8009601.

HSL color Cylindrical-coordinate representation of color #81377A: hue angle of 305.68º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81377A is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 122 -
CMYK 0 0.57 0.05 0.49
HSL 305.68º 0.4% 0.36% -
HSV(B) 305.68º 0.57% 0.51% -
XYZ 13.93 8.8 19.38 -
YUV 84.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 129 55 122 0 0.57 0.05 0.49 305.68 0.4 0.36
Hex 81 37 7A 0 39 5 31 132 28 24
Octal 201 67 172 0 71 5 61 462 50 44
Binary 10000001 110111 1111010 0 111001 101 110001 100110010 101000 100100

Color Harmonies of #81377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81377A

Black with #81377A

Text Example


Text Example

White with #81377A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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