Html Css Color HEX #813477 Dark Purple

📋 copy color: '#813477'

red 129 ◦ green 52 ◦ blue 119

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

Shades of Dark Purple #813477

Tints of Dark Purple #813477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

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

R = 43%
G = 17.33%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#813477 (or 0x813477) is known color: Dark Purple. HEX triplet: 81, 34 and 77. RGB value is (129,52,119). Sum of RGB (Red+Green+Blue) = 129+52+119=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #813477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813477 is #7ECB88. Grayscale: #525252. Windows color (decimal): -8309641 or 7812225. OLE color: 7812225.

HSL color Cylindrical-coordinate representation of color #813477: hue angle of 307.79º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813477 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 119 -
CMYK 0 0.60 0.08 0.49
HSL 307.79º 0.43% 0.35% -
HSV(B) 307.79º 0.6% 0.51% -
XYZ 13.61 8.46 18.37 -
YUV 82.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 129 52 119 0 0.60 0.08 0.49 307.79 0.43 0.35
Hex 81 34 77 0 3C 8 31 134 2B 23
Octal 201 64 167 0 74 10 61 464 53 43
Binary 10000001 110100 1110111 0 111100 1000 110001 100110100 101011 100011

Color Harmonies of #813477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813477

Black with #813477

Text Example


Text Example

White with #813477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813477; }

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

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

background-color css

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

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

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

border-color css

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

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

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