Html Css Color HEX #913574 Dark Purple

📋 copy color: '#913574'

red 145 ◦ green 53 ◦ blue 116

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

Shades of Dark Purple #913574

Tints of Dark Purple #913574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 46.18%
G = 16.88%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#913574 (or 0x913574) is known color: Dark Purple. HEX triplet: 91, 35 and 74. RGB value is (145,53,116). Sum of RGB (Red+Green+Blue) = 145+53+116=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #913574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913574 is #6ECA8B. Grayscale: #575757. Windows color (decimal): -7260812 or 7615889. OLE color: 7615889.

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

Color convert

RGB 145 53 116 -
CMYK 0 0.63 0.2 0.43
HSL 318.91º 0.46% 0.39% -
HSV(B) 318.91º 0.63% 0.57% -
XYZ 16.1 9.83 17.57 -
YUV 87.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 145 53 116 0 0.63 0.2 0.43 318.91 0.46 0.39
Hex 91 35 74 0 3F 14 2B 13F 2E 27
Octal 221 65 164 0 77 24 53 477 56 47
Binary 10010001 110101 1110100 0 111111 10100 101011 100111111 101110 100111

Color Harmonies of #913574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913574

Black with #913574

Text Example


Text Example

White with #913574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913574; }

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

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

background-color css

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

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

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

border-color css

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

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

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