Html Css Color HEX #931370 Dark Purple

📋 copy color: '#931370'

red 147 ◦ green 19 ◦ blue 112

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

Shades of Dark Purple #931370

Tints of Dark Purple #931370

RGB

 RED value IS 147 (57.81% from 255) = 52.88%

 GREEN value IS 19 (7.81% from 255) = 6.83%

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 52.88%
G = 6.83%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#931370 (or 0x931370) is known color: Dark Purple. HEX triplet: 93, 13 and 70. RGB value is (147,19,112). Sum of RGB (Red+Green+Blue) = 147+19+112=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #931370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931370 is #6CEC8F. Grayscale: #434343. Windows color (decimal): -7138448 or 7345043. OLE color: 7345043.

HSL color Cylindrical-coordinate representation of color #931370: hue angle of 316.41º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931370 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 19 112 -
CMYK 0 0.87 0.24 0.42
HSL 316.41º 0.77% 0.33% -
HSV(B) 316.41º 0.87% 0.58% -
XYZ 15.19 7.84 16.04 -
YUV 67.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 147 19 112 0 0.87 0.24 0.42 316.41 0.77 0.33
Hex 93 13 70 0 57 18 2A 13C 4D 21
Octal 223 23 160 0 127 30 52 474 115 41
Binary 10010011 10011 1110000 0 1010111 11000 101010 100111100 1001101 100001

Color Harmonies of #931370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931370

Black with #931370

Text Example


Text Example

White with #931370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931370; }

 p { color: rgb(147,19,112); }

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

background-color css

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

 a { background-color: rgb(147,19,112); }

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

border-color css

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

 span { border-color: rgb(147,19,112); }

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