Html Css Color HEX #913570 Dark Purple

📋 copy color: '#913570'

red 145 ◦ green 53 ◦ blue 112

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

Shades of Dark Purple #913570

Tints of Dark Purple #913570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 46.77%
G = 17.1%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#913570 (or 0x913570) is known color: Dark Purple. HEX triplet: 91, 35 and 70. RGB value is (145,53,112). Sum of RGB (Red+Green+Blue) = 145+53+112=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #913570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913570 is #6ECA8F. Grayscale: #575757. Windows color (decimal): -7260816 or 7353745. OLE color: 7353745.

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

Color convert

RGB 145 53 112 -
CMYK 0 0.63 0.23 0.43
HSL 321.52º 0.46% 0.39% -
HSV(B) 321.52º 0.63% 0.57% -
XYZ 15.87 9.74 16.37 -
YUV 87.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 145 53 112 0 0.63 0.23 0.43 321.52 0.46 0.39
Hex 91 35 70 0 3F 17 2B 142 2E 27
Octal 221 65 160 0 77 27 53 502 56 47
Binary 10010001 110101 1110000 0 111111 10111 101011 101000010 101110 100111

Color Harmonies of #913570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913570

Black with #913570

Text Example


Text Example

White with #913570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913570; }

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

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

background-color css

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

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

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

border-color css

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

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

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