Html Css Color HEX #913571 Dark Purple

📋 copy color: '#913571'

red 145 ◦ green 53 ◦ blue 113

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

Shades of Dark Purple #913571

Tints of Dark Purple #913571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 46.62%
G = 17.04%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#913571 (or 0x913571) is known color: Dark Purple. HEX triplet: 91, 35 and 71. RGB value is (145,53,113). Sum of RGB (Red+Green+Blue) = 145+53+113=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #913571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913571 is #6ECA8E. Grayscale: #575757. Windows color (decimal): -7260815 or 7419281. OLE color: 7419281.

HSL color Cylindrical-coordinate representation of color #913571: hue angle of 320.87º 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 #913571 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 53 113 -
CMYK 0 0.63 0.22 0.43
HSL 320.87º 0.46% 0.39% -
HSV(B) 320.87º 0.63% 0.57% -
XYZ 15.93 9.76 16.67 -
YUV 87.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 145 53 113 0 0.63 0.22 0.43 320.87 0.46 0.39
Hex 91 35 71 0 3F 16 2B 141 2E 27
Octal 221 65 161 0 77 26 53 501 56 47
Binary 10010001 110101 1110001 0 111111 10110 101011 101000001 101110 100111

Color Harmonies of #913571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913571

Black with #913571

Text Example


Text Example

White with #913571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913571; }

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

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

background-color css

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

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

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

border-color css

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

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

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