Html Css Color HEX #913473 Dark Purple

📋 copy color: '#913473'

red 145 ◦ green 52 ◦ blue 115

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

Shades of Dark Purple #913473

Tints of Dark Purple #913473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 46.47%
G = 16.67%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#913473 (or 0x913473) is known color: Dark Purple. HEX triplet: 91, 34 and 73. RGB value is (145,52,115). Sum of RGB (Red+Green+Blue) = 145+52+115=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #913473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913473 is #6ECB8C. Grayscale: #565656. Windows color (decimal): -7261069 or 7550097. OLE color: 7550097.

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

Color convert

RGB 145 52 115 -
CMYK 0 0.64 0.21 0.43
HSL 319.35º 0.47% 0.39% -
HSV(B) 319.35º 0.64% 0.57% -
XYZ 16 9.71 17.25 -
YUV 86.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 145 52 115 0 0.64 0.21 0.43 319.35 0.47 0.39
Hex 91 34 73 0 40 15 2B 13F 2F 27
Octal 221 64 163 0 100 25 53 477 57 47
Binary 10010001 110100 1110011 0 1000000 10101 101011 100111111 101111 100111

Color Harmonies of #913473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913473

Black with #913473

Text Example


Text Example

White with #913473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913473; }

 p { color: rgb(145,52,115); }

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

background-color css

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

 a { background-color: rgb(145,52,115); }

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

border-color css

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

 span { border-color: rgb(145,52,115); }

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