Html Css Color HEX #813678 Dark Purple

📋 copy color: '#813678'

red 129 ◦ green 54 ◦ blue 120

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

Shades of Dark Purple #813678

Tints of Dark Purple #813678

RGB

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

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

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

R = 42.57%
G = 17.82%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#813678 (or 0x813678) is known color: Dark Purple. HEX triplet: 81, 36 and 78. RGB value is (129,54,120). Sum of RGB (Red+Green+Blue) = 129+54+120=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #813678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813678 is #7EC987. Grayscale: #535353. Windows color (decimal): -8309128 or 7878273. OLE color: 7878273.

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

Color convert

RGB 129 54 120 -
CMYK 0 0.58 0.07 0.49
HSL 307.2º 0.41% 0.36% -
HSV(B) 307.2º 0.58% 0.51% -
XYZ 13.76 8.66 18.72 -
YUV 83.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 129 54 120 0 0.58 0.07 0.49 307.2 0.41 0.36
Hex 81 36 78 0 3A 7 31 133 29 24
Octal 201 66 170 0 72 7 61 463 51 44
Binary 10000001 110110 1111000 0 111010 111 110001 100110011 101001 100100

Color Harmonies of #813678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813678

Black with #813678

Text Example


Text Example

White with #813678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813678; }

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

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

background-color css

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

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

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

border-color css

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

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

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