Html Css Color HEX #813A6E Dark Purple

📋 copy color: '#813A6E'

red 129 ◦ green 58 ◦ blue 110

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

Shades of Dark Purple #813A6E

Tints of Dark Purple #813A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.53%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 43.43%
G = 19.53%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#813A6E (or 0x813A6E) is known color: Dark Purple. HEX triplet: 81, 3A and 6E. RGB value is (129,58,110). Sum of RGB (Red+Green+Blue) = 129+58+110=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #813A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A6E is #7EC591. Grayscale: #555555. Windows color (decimal): -8308114 or 7223937. OLE color: 7223937.

HSL color Cylindrical-coordinate representation of color #813A6E: hue angle of 316.06º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A6E is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 58 110 -
CMYK 0 0.55 0.15 0.49
HSL 316.06º 0.38% 0.37% -
HSV(B) 316.06º 0.55% 0.51% -
XYZ 13.38 8.82 15.75 -
YUV 85.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 129 58 110 0 0.55 0.15 0.49 316.06 0.38 0.37
Hex 81 3A 6E 0 37 F 31 13C 26 25
Octal 201 72 156 0 67 17 61 474 46 45
Binary 10000001 111010 1101110 0 110111 1111 110001 100111100 100110 100101

Color Harmonies of #813A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813A6E

Black with #813A6E

Text Example


Text Example

White with #813A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813A6E; }

 p { color: rgb(129,58,110); }

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

background-color css

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

 a { background-color: rgb(129,58,110); }

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

border-color css

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

 span { border-color: rgb(129,58,110); }

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