Html Css Color HEX #913871 Dark Purple

📋 copy color: '#913871'

red 145 ◦ green 56 ◦ blue 113

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

Shades of Dark Purple #913871

Tints of Dark Purple #913871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 46.18%
G = 17.83%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#913871 (or 0x913871) is known color: Dark Purple. HEX triplet: 91, 38 and 71. RGB value is (145,56,113). Sum of RGB (Red+Green+Blue) = 145+56+113=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #913871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913871 is #6EC78E. Grayscale: #585858. Windows color (decimal): -7260047 or 7420049. OLE color: 7420049.

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

Color convert

RGB 145 56 113 -
CMYK 0 0.61 0.22 0.43
HSL 321.57º 0.44% 0.39% -
HSV(B) 321.57º 0.61% 0.57% -
XYZ 16.07 10.04 16.71 -
YUV 89.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 145 56 113 0 0.61 0.22 0.43 321.57 0.44 0.39
Hex 91 38 71 0 3D 16 2B 142 2C 27
Octal 221 70 161 0 75 26 53 502 54 47
Binary 10010001 111000 1110001 0 111101 10110 101011 101000010 101100 100111

Color Harmonies of #913871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913871

Black with #913871

Text Example


Text Example

White with #913871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913871; }

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

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

background-color css

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

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

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

border-color css

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

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

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