Html Css Color HEX #813180 Dark Purple

📋 copy color: '#813180'

red 129 ◦ green 49 ◦ blue 128

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

Shades of Dark Purple #813180

Tints of Dark Purple #813180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 128 (50.39% from 255) = 41.83%

R = 42.16%
G = 16.01%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#813180 (or 0x813180) is known color: Dark Purple. HEX triplet: 81, 31 and 80. RGB value is (129,49,128). Sum of RGB (Red+Green+Blue) = 129+49+128=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #813180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813180 is #7ECE7F. Grayscale: #515151. Windows color (decimal): -8310400 or 8401281. OLE color: 8401281.

HSL color Cylindrical-coordinate representation of color #813180: hue angle of 300.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813180 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 49 128 -
CMYK 0 0.62 0.01 0.49
HSL 300.75º 0.45% 0.35% -
HSV(B) 300.75º 0.62% 0.51% -
XYZ 14.05 8.42 21.31 -
YUV 81.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 129 49 128 0 0.62 0.01 0.49 300.75 0.45 0.35
Hex 81 31 80 0 3E 1 31 12D 2D 23
Octal 201 61 200 0 76 1 61 455 55 43
Binary 10000001 110001 10000000 0 111110 1 110001 100101101 101101 100011

Color Harmonies of #813180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813180

Black with #813180

Text Example


Text Example

White with #813180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813180; }

 p { color: rgb(129,49,128); }

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

background-color css

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

 a { background-color: rgb(129,49,128); }

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

border-color css

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

 span { border-color: rgb(129,49,128); }

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