Html Css Color HEX #913072 Dark Purple

📋 copy color: '#913072'

red 145 ◦ green 48 ◦ blue 114

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

Shades of Dark Purple #913072

Tints of Dark Purple #913072

RGB

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

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

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

R = 47.23%
G = 15.64%
B = 37.13%

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

#913072 (or 0x913072) is known color: Dark Purple. HEX triplet: 91, 30 and 72. RGB value is (145,48,114). Sum of RGB (Red+Green+Blue) = 145+48+114=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #913072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913072 is #6ECF8D. Grayscale: #545454. Windows color (decimal): -7262094 or 7483537. OLE color: 7483537.

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

Color convert

RGB 145 48 114 -
CMYK 0 0.67 0.21 0.43
HSL 319.18º 0.5% 0.38% -
HSV(B) 319.18º 0.67% 0.57% -
XYZ 15.77 9.35 16.89 -
YUV 84.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 145 48 114 0 0.67 0.21 0.43 319.18 0.5 0.38
Hex 91 30 72 0 43 15 2B 13F 32 26
Octal 221 60 162 0 103 25 53 477 62 46
Binary 10010001 110000 1110010 0 1000011 10101 101011 100111111 110010 100110

Color Harmonies of #913072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913072

Black with #913072

Text Example


Text Example

White with #913072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913072; }

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

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

background-color css

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

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

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

border-color css

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

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

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