Html Css Color HEX #813670 Dark Purple

📋 copy color: '#813670'

red 129 ◦ green 54 ◦ blue 112

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

Shades of Dark Purple #813670

Tints of Dark Purple #813670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

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

R = 43.73%
G = 18.31%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#813670 (or 0x813670) is known color: Dark Purple. HEX triplet: 81, 36 and 70. RGB value is (129,54,112). Sum of RGB (Red+Green+Blue) = 129+54+112=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #813670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813670 is #7EC98F. Grayscale: #525252. Windows color (decimal): -8309136 or 7353985. OLE color: 7353985.

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

Color convert

RGB 129 54 112 -
CMYK 0 0.58 0.13 0.49
HSL 313.6º 0.41% 0.36% -
HSV(B) 313.6º 0.58% 0.51% -
XYZ 13.3 8.48 16.26 -
YUV 83.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 129 54 112 0 0.58 0.13 0.49 313.6 0.41 0.36
Hex 81 36 70 0 3A D 31 13A 29 24
Octal 201 66 160 0 72 15 61 472 51 44
Binary 10000001 110110 1110000 0 111010 1101 110001 100111010 101001 100100

Color Harmonies of #813670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813670

Black with #813670

Text Example


Text Example

White with #813670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813670; }

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

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

background-color css

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

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

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

border-color css

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

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

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