Html Css Color HEX #913370 Dark Purple

📋 copy color: '#913370'

red 145 ◦ green 51 ◦ blue 112

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

Shades of Dark Purple #913370

Tints of Dark Purple #913370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 47.08%
G = 16.56%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#913370 (or 0x913370) is known color: Dark Purple. HEX triplet: 91, 33 and 70. RGB value is (145,51,112). Sum of RGB (Red+Green+Blue) = 145+51+112=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #913370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913370 is #6ECC8F. Grayscale: #555555. Windows color (decimal): -7261328 or 7353233. OLE color: 7353233.

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

Color convert

RGB 145 51 112 -
CMYK 0 0.65 0.23 0.43
HSL 321.06º 0.48% 0.38% -
HSV(B) 321.06º 0.65% 0.57% -
XYZ 15.79 9.56 16.34 -
YUV 86.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 145 51 112 0 0.65 0.23 0.43 321.06 0.48 0.38
Hex 91 33 70 0 41 17 2B 141 30 26
Octal 221 63 160 0 101 27 53 501 60 46
Binary 10010001 110011 1110000 0 1000001 10111 101011 101000001 110000 100110

Color Harmonies of #913370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913370

Black with #913370

Text Example


Text Example

White with #913370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913370; }

 p { color: rgb(145,51,112); }

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

background-color css

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

 a { background-color: rgb(145,51,112); }

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

border-color css

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

 span { border-color: rgb(145,51,112); }

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