Html Css Color HEX #813780 Vivid Violet

📋 copy color: '#813780'

red 129 ◦ green 55 ◦ blue 128

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

Shades of Vivid Violet #813780

Tints of Vivid Violet #813780

RGB

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

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

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

R = 41.35%
G = 17.63%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#813780 (or 0x813780) is known color: Vivid Violet. HEX triplet: 81, 37 and 80. RGB value is (129,55,128). Sum of RGB (Red+Green+Blue) = 129+55+128=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #813780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813780 is #7EC87F. Grayscale: #555555. Windows color (decimal): -8308864 or 8402817. OLE color: 8402817.

HSL color Cylindrical-coordinate representation of color #813780: hue angle of 300.81º 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 #813780 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 128 -
CMYK 0 0.57 0.01 0.49
HSL 300.81º 0.4% 0.36% -
HSV(B) 300.81º 0.57% 0.51% -
XYZ 14.32 8.96 21.4 -
YUV 85.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 129 55 128 0 0.57 0.01 0.49 300.81 0.4 0.36
Hex 81 37 80 0 39 1 31 12D 28 24
Octal 201 67 200 0 71 1 61 455 50 44
Binary 10000001 110111 10000000 0 111001 1 110001 100101101 101000 100100

Color Harmonies of #813780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813780

Black with #813780

Text Example


Text Example

White with #813780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813780; }

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

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

background-color css

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

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

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

border-color css

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

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

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