Html Css Color HEX #913579 Dark Purple

📋 copy color: '#913579'

red 145 ◦ green 53 ◦ blue 121

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

Shades of Dark Purple #913579

Tints of Dark Purple #913579

RGB

 RED value IS 145 (57.03% from 255) = 45.45%

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 45.45%
G = 16.61%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#913579 (or 0x913579) is known color: Dark Purple. HEX triplet: 91, 35 and 79. RGB value is (145,53,121). Sum of RGB (Red+Green+Blue) = 145+53+121=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #913579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913579 is #6ECA86. Grayscale: #585858. Windows color (decimal): -7260807 or 7943569. OLE color: 7943569.

HSL color Cylindrical-coordinate representation of color #913579: hue angle of 315.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913579 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 53 121 -
CMYK 0 0.63 0.17 0.43
HSL 315.65º 0.46% 0.39% -
HSV(B) 315.65º 0.63% 0.57% -
XYZ 16.4 9.95 19.14 -
YUV 88.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 145 53 121 0 0.63 0.17 0.43 315.65 0.46 0.39
Hex 91 35 79 0 3F 11 2B 13C 2E 27
Octal 221 65 171 0 77 21 53 474 56 47
Binary 10010001 110101 1111001 0 111111 10001 101011 100111100 101110 100111

Color Harmonies of #913579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913579

Black with #913579

Text Example


Text Example

White with #913579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913579; }

 p { color: rgb(145,53,121); }

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

background-color css

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

 a { background-color: rgb(145,53,121); }

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

border-color css

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

 span { border-color: rgb(145,53,121); }

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