Html Css Color HEX #913270 Dark Purple

📋 copy color: '#913270'

red 145 ◦ green 50 ◦ blue 112

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

Shades of Dark Purple #913270

Tints of Dark Purple #913270

RGB

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

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

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

R = 47.23%
G = 16.29%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#913270 (or 0x913270) is known color: Dark Purple. HEX triplet: 91, 32 and 70. RGB value is (145,50,112). Sum of RGB (Red+Green+Blue) = 145+50+112=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #913270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913270 is #6ECD8F. Grayscale: #555555. Windows color (decimal): -7261584 or 7352977. OLE color: 7352977.

HSL color Cylindrical-coordinate representation of color #913270: hue angle of 320.84º 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 #913270 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 112 -
CMYK 0 0.66 0.23 0.43
HSL 320.84º 0.49% 0.38% -
HSV(B) 320.84º 0.66% 0.57% -
XYZ 15.74 9.47 16.33 -
YUV 85.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 145 50 112 0 0.66 0.23 0.43 320.84 0.49 0.38
Hex 91 32 70 0 42 17 2B 141 31 26
Octal 221 62 160 0 102 27 53 501 61 46
Binary 10010001 110010 1110000 0 1000010 10111 101011 101000001 110001 100110

Color Harmonies of #913270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913270

Black with #913270

Text Example


Text Example

White with #913270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913270; }

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

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

background-color css

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

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

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

border-color css

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

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

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