Html Css Color HEX #813479 Dark Purple

📋 copy color: '#813479'

red 129 ◦ green 52 ◦ blue 121

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

Shades of Dark Purple #813479

Tints of Dark Purple #813479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 42.72%
G = 17.22%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#813479 (or 0x813479) is known color: Dark Purple. HEX triplet: 81, 34 and 79. RGB value is (129,52,121). Sum of RGB (Red+Green+Blue) = 129+52+121=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #813479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813479 is #7ECB86. Grayscale: #525252. Windows color (decimal): -8309639 or 7943297. OLE color: 7943297.

HSL color Cylindrical-coordinate representation of color #813479: hue angle of 306.23º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813479 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 121 -
CMYK 0 0.60 0.06 0.49
HSL 306.23º 0.43% 0.35% -
HSV(B) 306.23º 0.6% 0.51% -
XYZ 13.73 8.5 19.01 -
YUV 82.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 129 52 121 0 0.60 0.06 0.49 306.23 0.43 0.35
Hex 81 34 79 0 3C 6 31 132 2B 23
Octal 201 64 171 0 74 6 61 462 53 43
Binary 10000001 110100 1111001 0 111100 110 110001 100110010 101011 100011

Color Harmonies of #813479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813479

Black with #813479

Text Example


Text Example

White with #813479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813479; }

 p { color: rgb(129,52,121); }

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

background-color css

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

 a { background-color: rgb(129,52,121); }

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

border-color css

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

 span { border-color: rgb(129,52,121); }

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