Html Css Color HEX #81337D Dark Purple

📋 copy color: '#81337D'

red 129 ◦ green 51 ◦ blue 125

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

Shades of Dark Purple #81337D

Tints of Dark Purple #81337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.72%

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 42.3%
G = 16.72%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81337D (or 0x81337D) is known color: Dark Purple. HEX triplet: 81, 33 and 7D. RGB value is (129,51,125). Sum of RGB (Red+Green+Blue) = 129+51+125=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #81337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81337D is #7ECC82. Grayscale: #525252. Windows color (decimal): -8309891 or 8205185. OLE color: 8205185.

HSL color Cylindrical-coordinate representation of color #81337D: hue angle of 303.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81337D is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 125 -
CMYK 0 0.60 0.03 0.49
HSL 303.08º 0.43% 0.35% -
HSV(B) 303.08º 0.6% 0.51% -
XYZ 13.94 8.52 20.31 -
YUV 82.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 129 51 125 0 0.60 0.03 0.49 303.08 0.43 0.35
Hex 81 33 7D 0 3C 3 31 12F 2B 23
Octal 201 63 175 0 74 3 61 457 53 43
Binary 10000001 110011 1111101 0 111100 11 110001 100101111 101011 100011

Color Harmonies of #81337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81337D

Black with #81337D

Text Example


Text Example

White with #81337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81337D; }

 p { color: rgb(129,51,125); }

 H1.HeaderClassName
 {
   color: #81337D;
 }
 .AnyTagClassName
 {
   color: #81337D;
 }
</style>

background-color css

<style>
 a { background-color: #81337D; }

 a { background-color: rgb(129,51,125); }

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

border-color css

<style>
 span { border-color: #81337D; }

 span { border-color: rgb(129,51,125); }

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