Html Css Color HEX #813080 Dark Purple

📋 copy color: '#813080'

red 129 ◦ green 48 ◦ blue 128

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

Shades of Dark Purple #813080

Tints of Dark Purple #813080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

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

R = 42.3%
G = 15.74%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#813080 (or 0x813080) is known color: Dark Purple. HEX triplet: 81, 30 and 80. RGB value is (129,48,128). Sum of RGB (Red+Green+Blue) = 129+48+128=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #813080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813080 is #7ECF7F. Grayscale: #515151. Windows color (decimal): -8310656 or 8401025. OLE color: 8401025.

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

Color convert

RGB 129 48 128 -
CMYK 0 0.63 0.01 0.49
HSL 300.74º 0.46% 0.35% -
HSV(B) 300.74º 0.63% 0.51% -
XYZ 14.01 8.34 21.29 -
YUV 81.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 129 48 128 0 0.63 0.01 0.49 300.74 0.46 0.35
Hex 81 30 80 0 3F 1 31 12D 2E 23
Octal 201 60 200 0 77 1 61 455 56 43
Binary 10000001 110000 10000000 0 111111 1 110001 100101101 101110 100011

Color Harmonies of #813080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813080

Black with #813080

Text Example


Text Example

White with #813080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813080; }

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

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

background-color css

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

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

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

border-color css

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

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

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