Html Css Color HEX #813874 Dark Purple

📋 copy color: '#813874'

red 129 ◦ green 56 ◦ blue 116

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

Shades of Dark Purple #813874

Tints of Dark Purple #813874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 42.86%
G = 18.6%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#813874 (or 0x813874) is known color: Dark Purple. HEX triplet: 81, 38 and 74. RGB value is (129,56,116). Sum of RGB (Red+Green+Blue) = 129+56+116=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #813874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813874 is #7EC78B. Grayscale: #545454. Windows color (decimal): -8308620 or 7616641. OLE color: 7616641.

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

Color convert

RGB 129 56 116 -
CMYK 0 0.57 0.10 0.49
HSL 310.68º 0.39% 0.36% -
HSV(B) 310.68º 0.57% 0.51% -
XYZ 13.62 8.76 17.5 -
YUV 84.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 129 56 116 0 0.57 0.10 0.49 310.68 0.39 0.36
Hex 81 38 74 0 39 A 31 137 27 24
Octal 201 70 164 0 71 12 61 467 47 44
Binary 10000001 111000 1110100 0 111001 1010 110001 100110111 100111 100100

Color Harmonies of #813874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813874

Black with #813874

Text Example


Text Example

White with #813874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813874; }

 p { color: rgb(129,56,116); }

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

background-color css

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

 a { background-color: rgb(129,56,116); }

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

border-color css

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

 span { border-color: rgb(129,56,116); }

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