Html Css Color HEX #813775 Dark Purple

📋 copy color: '#813775'

red 129 ◦ green 55 ◦ blue 117

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

Shades of Dark Purple #813775

Tints of Dark Purple #813775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 42.86%
G = 18.27%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#813775 (or 0x813775) is known color: Dark Purple. HEX triplet: 81, 37 and 75. RGB value is (129,55,117). Sum of RGB (Red+Green+Blue) = 129+55+117=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #813775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813775 is #7EC88A. Grayscale: #545454. Windows color (decimal): -8308875 or 7681921. OLE color: 7681921.

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

Color convert

RGB 129 55 117 -
CMYK 0 0.57 0.09 0.49
HSL 309.73º 0.4% 0.36% -
HSV(B) 309.73º 0.57% 0.51% -
XYZ 13.63 8.68 17.79 -
YUV 84.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 129 55 117 0 0.57 0.09 0.49 309.73 0.4 0.36
Hex 81 37 75 0 39 9 31 136 28 24
Octal 201 67 165 0 71 11 61 466 50 44
Binary 10000001 110111 1110101 0 111001 1001 110001 100110110 101000 100100

Color Harmonies of #813775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813775

Black with #813775

Text Example


Text Example

White with #813775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813775; }

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

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

background-color css

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

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

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

border-color css

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

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

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