Html Css Color HEX #912971 Dark Purple

📋 copy color: '#912971'

red 145 ◦ green 41 ◦ blue 113

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

Shades of Dark Purple #912971

Tints of Dark Purple #912971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 48.49%
G = 13.71%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#912971 (or 0x912971) is known color: Dark Purple. HEX triplet: 91, 29 and 71. RGB value is (145,41,113). Sum of RGB (Red+Green+Blue) = 145+41+113=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #912971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912971 is #6ED68E. Grayscale: #505050. Windows color (decimal): -7263887 or 7416209. OLE color: 7416209.

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

Color convert

RGB 145 41 113 -
CMYK 0 0.72 0.22 0.43
HSL 318.46º 0.56% 0.36% -
HSV(B) 318.46º 0.72% 0.57% -
XYZ 15.45 8.8 16.51 -
YUV 80.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 145 41 113 0 0.72 0.22 0.43 318.46 0.56 0.36
Hex 91 29 71 0 48 16 2B 13E 38 24
Octal 221 51 161 0 110 26 53 476 70 44
Binary 10010001 101001 1110001 0 1001000 10110 101011 100111110 111000 100100

Color Harmonies of #912971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912971

Black with #912971

Text Example


Text Example

White with #912971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912971; }

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

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

background-color css

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

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

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

border-color css

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

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

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