Html Css Color HEX #912271 Dark Purple

📋 copy color: '#912271'

red 145 ◦ green 34 ◦ blue 113

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

Shades of Dark Purple #912271

Tints of Dark Purple #912271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

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

R = 49.66%
G = 11.64%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#912271 (or 0x912271) is known color: Dark Purple. HEX triplet: 91, 22 and 71. RGB value is (145,34,113). Sum of RGB (Red+Green+Blue) = 145+34+113=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #912271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912271 is #6EDD8E. Grayscale: #4B4B4B. Windows color (decimal): -7265679 or 7414417. OLE color: 7414417.

HSL color Cylindrical-coordinate representation of color #912271: hue angle of 317.3º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912271 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 34 113 -
CMYK 0 0.77 0.22 0.43
HSL 317.3º 0.62% 0.35% -
HSV(B) 317.3º 0.77% 0.57% -
XYZ 15.23 8.36 16.43 -
YUV 76.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 145 34 113 0 0.77 0.22 0.43 317.3 0.62 0.35
Hex 91 22 71 0 4D 16 2B 13D 3E 23
Octal 221 42 161 0 115 26 53 475 76 43
Binary 10010001 100010 1110001 0 1001101 10110 101011 100111101 111110 100011

Color Harmonies of #912271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912271

Black with #912271

Text Example


Text Example

White with #912271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912271; }

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

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

background-color css

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

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

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

border-color css

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

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

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