Html Css Color HEX #913271 Dark Purple

📋 copy color: '#913271'

red 145 ◦ green 50 ◦ blue 113

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

Shades of Dark Purple #913271

Tints of Dark Purple #913271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

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

R = 47.08%
G = 16.23%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#913271 (or 0x913271) is known color: Dark Purple. HEX triplet: 91, 32 and 71. RGB value is (145,50,113). Sum of RGB (Red+Green+Blue) = 145+50+113=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #913271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913271 is #6ECD8E. Grayscale: #555555. Windows color (decimal): -7261583 or 7418513. OLE color: 7418513.

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

Color convert

RGB 145 50 113 -
CMYK 0 0.66 0.22 0.43
HSL 320.21º 0.49% 0.38% -
HSV(B) 320.21º 0.66% 0.57% -
XYZ 15.8 9.49 16.62 -
YUV 85.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 145 50 113 0 0.66 0.22 0.43 320.21 0.49 0.38
Hex 91 32 71 0 42 16 2B 140 31 26
Octal 221 62 161 0 102 26 53 500 61 46
Binary 10010001 110010 1110001 0 1000010 10110 101011 101000000 110001 100110

Color Harmonies of #913271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913271

Black with #913271

Text Example


Text Example

White with #913271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913271; }

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

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

background-color css

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

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

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

border-color css

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

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

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