Html Css Color HEX #813471 Dark Purple

📋 copy color: '#813471'

red 129 ◦ green 52 ◦ blue 113

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

Shades of Dark Purple #813471

Tints of Dark Purple #813471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 43.88%
G = 17.69%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#813471 (or 0x813471) is known color: Dark Purple. HEX triplet: 81, 34 and 71. RGB value is (129,52,113). Sum of RGB (Red+Green+Blue) = 129+52+113=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #813471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813471 is #7ECB8E. Grayscale: #515151. Windows color (decimal): -8309647 or 7419009. OLE color: 7419009.

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

Color convert

RGB 129 52 113 -
CMYK 0 0.60 0.12 0.49
HSL 312.47º 0.43% 0.35% -
HSV(B) 312.47º 0.6% 0.51% -
XYZ 13.26 8.32 16.53 -
YUV 81.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 129 52 113 0 0.60 0.12 0.49 312.47 0.43 0.35
Hex 81 34 71 0 3C C 31 138 2B 23
Octal 201 64 161 0 74 14 61 470 53 43
Binary 10000001 110100 1110001 0 111100 1100 110001 100111000 101011 100011

Color Harmonies of #813471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813471

Black with #813471

Text Example


Text Example

White with #813471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813471; }

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

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

background-color css

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

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

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

border-color css

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

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

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