Html Css Color HEX #913572 Dark Purple

📋 copy color: '#913572'

red 145 ◦ green 53 ◦ blue 114

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

Shades of Dark Purple #913572

Tints of Dark Purple #913572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 46.47%
G = 16.99%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#913572 (or 0x913572) is known color: Dark Purple. HEX triplet: 91, 35 and 72. RGB value is (145,53,114). Sum of RGB (Red+Green+Blue) = 145+53+114=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #913572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913572 is #6ECA8D. Grayscale: #575757. Windows color (decimal): -7260814 or 7484817. OLE color: 7484817.

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

Color convert

RGB 145 53 114 -
CMYK 0 0.63 0.21 0.43
HSL 320.22º 0.46% 0.39% -
HSV(B) 320.22º 0.63% 0.57% -
XYZ 15.99 9.78 16.96 -
YUV 87.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 145 53 114 0 0.63 0.21 0.43 320.22 0.46 0.39
Hex 91 35 72 0 3F 15 2B 140 2E 27
Octal 221 65 162 0 77 25 53 500 56 47
Binary 10010001 110101 1110010 0 111111 10101 101011 101000000 101110 100111

Color Harmonies of #913572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913572

Black with #913572

Text Example


Text Example

White with #913572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913572; }

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

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

background-color css

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

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

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

border-color css

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

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

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