Html Css Color HEX #913073 Dark Purple

📋 copy color: '#913073'

red 145 ◦ green 48 ◦ blue 115

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

Shades of Dark Purple #913073

Tints of Dark Purple #913073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

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

R = 47.08%
G = 15.58%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#913073 (or 0x913073) is known color: Dark Purple. HEX triplet: 91, 30 and 73. RGB value is (145,48,115). Sum of RGB (Red+Green+Blue) = 145+48+115=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #913073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913073 is #6ECF8C. Grayscale: #545454. Windows color (decimal): -7262093 or 7549073. OLE color: 7549073.

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

Color convert

RGB 145 48 115 -
CMYK 0 0.67 0.21 0.43
HSL 318.56º 0.5% 0.38% -
HSV(B) 318.56º 0.67% 0.57% -
XYZ 15.83 9.37 17.19 -
YUV 84.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 145 48 115 0 0.67 0.21 0.43 318.56 0.5 0.38
Hex 91 30 73 0 43 15 2B 13F 32 26
Octal 221 60 163 0 103 25 53 477 62 46
Binary 10010001 110000 1110011 0 1000011 10101 101011 100111111 110010 100110

Color Harmonies of #913073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913073

Black with #913073

Text Example


Text Example

White with #913073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913073; }

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

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

background-color css

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

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

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

border-color css

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

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

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