Html Css Color HEX #913070 Dark Purple

📋 copy color: '#913070'

red 145 ◦ green 48 ◦ blue 112

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

Shades of Dark Purple #913070

Tints of Dark Purple #913070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

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

R = 47.54%
G = 15.74%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#913070 (or 0x913070) is known color: Dark Purple. HEX triplet: 91, 30 and 70. RGB value is (145,48,112). Sum of RGB (Red+Green+Blue) = 145+48+112=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #913070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913070 is #6ECF8F. Grayscale: #545454. Windows color (decimal): -7262096 or 7352465. OLE color: 7352465.

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

Color convert

RGB 145 48 112 -
CMYK 0 0.67 0.23 0.43
HSL 320.41º 0.5% 0.38% -
HSV(B) 320.41º 0.67% 0.57% -
XYZ 15.66 9.3 16.3 -
YUV 84.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 145 48 112 0 0.67 0.23 0.43 320.41 0.5 0.38
Hex 91 30 70 0 43 17 2B 140 32 26
Octal 221 60 160 0 103 27 53 500 62 46
Binary 10010001 110000 1110000 0 1000011 10111 101011 101000000 110010 100110

Color Harmonies of #913070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913070

Black with #913070

Text Example


Text Example

White with #913070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913070; }

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

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

background-color css

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

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

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

border-color css

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

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

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