Html Css Color HEX #912973 Dark Purple

📋 copy color: '#912973'

red 145 ◦ green 41 ◦ blue 115

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

Shades of Dark Purple #912973

Tints of Dark Purple #912973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 48.17%
G = 13.62%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#912973 (or 0x912973) is known color: Dark Purple. HEX triplet: 91, 29 and 73. RGB value is (145,41,115). Sum of RGB (Red+Green+Blue) = 145+41+115=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #912973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912973 is #6ED68C. Grayscale: #505050. Windows color (decimal): -7263885 or 7547281. OLE color: 7547281.

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

Color convert

RGB 145 41 115 -
CMYK 0 0.72 0.21 0.43
HSL 317.31º 0.56% 0.36% -
HSV(B) 317.31º 0.72% 0.57% -
XYZ 15.56 8.84 17.11 -
YUV 80.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 145 41 115 0 0.72 0.21 0.43 317.31 0.56 0.36
Hex 91 29 73 0 48 15 2B 13D 38 24
Octal 221 51 163 0 110 25 53 475 70 44
Binary 10010001 101001 1110011 0 1001000 10101 101011 100111101 111000 100100

Color Harmonies of #912973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912973

Black with #912973

Text Example


Text Example

White with #912973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912973; }

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

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

background-color css

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

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

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

border-color css

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

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

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