Html Css Color HEX #813878 Dark Purple

📋 copy color: '#813878'

red 129 ◦ green 56 ◦ blue 120

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

Shades of Dark Purple #813878

Tints of Dark Purple #813878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.34%

R = 42.3%
G = 18.36%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#813878 (or 0x813878) is known color: Dark Purple. HEX triplet: 81, 38 and 78. RGB value is (129,56,120). Sum of RGB (Red+Green+Blue) = 129+56+120=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #813878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813878 is #7EC787. Grayscale: #545454. Windows color (decimal): -8308616 or 7878785. OLE color: 7878785.

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

Color convert

RGB 129 56 120 -
CMYK 0 0.57 0.07 0.49
HSL 307.4º 0.39% 0.36% -
HSV(B) 307.4º 0.57% 0.51% -
XYZ 13.86 8.85 18.75 -
YUV 85.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 129 56 120 0 0.57 0.07 0.49 307.4 0.39 0.36
Hex 81 38 78 0 39 7 31 133 27 24
Octal 201 70 170 0 71 7 61 463 47 44
Binary 10000001 111000 1111000 0 111001 111 110001 100110011 100111 100100

Color Harmonies of #813878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813878

Black with #813878

Text Example


Text Example

White with #813878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813878; }

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

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

background-color css

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

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

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

border-color css

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

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

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