Html Css Color HEX #813977 Dark Purple

📋 copy color: '#813977'

red 129 ◦ green 57 ◦ blue 119

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

Shades of Dark Purple #813977

Tints of Dark Purple #813977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

 BLUE value IS 119 (46.88% from 255) = 39.02%

R = 42.3%
G = 18.69%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#813977 (or 0x813977) is known color: Dark Purple. HEX triplet: 81, 39 and 77. RGB value is (129,57,119). Sum of RGB (Red+Green+Blue) = 129+57+119=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #813977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813977 is #7EC688. Grayscale: #555555. Windows color (decimal): -8308361 or 7813505. OLE color: 7813505.

HSL color Cylindrical-coordinate representation of color #813977: hue angle of 308.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #813977 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 57 119 -
CMYK 0 0.56 0.08 0.49
HSL 308.33º 0.39% 0.36% -
HSV(B) 308.33º 0.56% 0.51% -
XYZ 13.85 8.93 18.45 -
YUV 85.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 129 57 119 0 0.56 0.08 0.49 308.33 0.39 0.36
Hex 81 39 77 0 38 8 31 134 27 24
Octal 201 71 167 0 70 10 61 464 47 44
Binary 10000001 111001 1110111 0 111000 1000 110001 100110100 100111 100100

Color Harmonies of #813977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813977

Black with #813977

Text Example


Text Example

White with #813977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813977; }

 p { color: rgb(129,57,119); }

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

background-color css

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

 a { background-color: rgb(129,57,119); }

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

border-color css

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

 span { border-color: rgb(129,57,119); }

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