Html Css Color HEX #813370 Dark Purple

📋 copy color: '#813370'

red 129 ◦ green 51 ◦ blue 112

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

Shades of Dark Purple #813370

Tints of Dark Purple #813370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 44.18%
G = 17.47%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#813370 (or 0x813370) is known color: Dark Purple. HEX triplet: 81, 33 and 70. RGB value is (129,51,112). Sum of RGB (Red+Green+Blue) = 129+51+112=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #813370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813370 is #7ECC8F. Grayscale: #515151. Windows color (decimal): -8309904 or 7353217. OLE color: 7353217.

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

Color convert

RGB 129 51 112 -
CMYK 0 0.60 0.13 0.49
HSL 313.08º 0.43% 0.35% -
HSV(B) 313.08º 0.6% 0.51% -
XYZ 13.16 8.2 16.22 -
YUV 81.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 129 51 112 0 0.60 0.13 0.49 313.08 0.43 0.35
Hex 81 33 70 0 3C D 31 139 2B 23
Octal 201 63 160 0 74 15 61 471 53 43
Binary 10000001 110011 1110000 0 111100 1101 110001 100111001 101011 100011

Color Harmonies of #813370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813370

Black with #813370

Text Example


Text Example

White with #813370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813370; }

 p { color: rgb(129,51,112); }

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

background-color css

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

 a { background-color: rgb(129,51,112); }

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

border-color css

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

 span { border-color: rgb(129,51,112); }

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