Html Css Color HEX #813875 Dark Purple

📋 copy color: '#813875'

red 129 ◦ green 56 ◦ blue 117

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

Shades of Dark Purple #813875

Tints of Dark Purple #813875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 42.72%
G = 18.54%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#813875 (or 0x813875) is known color: Dark Purple. HEX triplet: 81, 38 and 75. RGB value is (129,56,117). Sum of RGB (Red+Green+Blue) = 129+56+117=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #813875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813875 is #7EC78A. Grayscale: #545454. Windows color (decimal): -8308619 or 7682177. OLE color: 7682177.

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

Color convert

RGB 129 56 117 -
CMYK 0 0.57 0.09 0.49
HSL 309.86º 0.39% 0.36% -
HSV(B) 309.86º 0.57% 0.51% -
XYZ 13.68 8.78 17.8 -
YUV 84.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 129 56 117 0 0.57 0.09 0.49 309.86 0.39 0.36
Hex 81 38 75 0 39 9 31 136 27 24
Octal 201 70 165 0 71 11 61 466 47 44
Binary 10000001 111000 1110101 0 111001 1001 110001 100110110 100111 100100

Color Harmonies of #813875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813875

Black with #813875

Text Example


Text Example

White with #813875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813875; }

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

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

background-color css

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

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

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

border-color css

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

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

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