#913077

Color #913077 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #913077

Tints of Dark Purple #913077

Color information

#913077 (or 0x913077) is unknown color: approx Dark Purple. HEX triplet: 91, 30 and 77. RGB value is (145,48,119). Sum of RGB (Red+Green+Blue) = 145+48+119=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #913077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913077 is #6ECF88. Grayscale: #545454. Windows color (decimal): -7262089 or 7811217. OLE color: 7811217.

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

Color convert

RGB14548119-
CMYK00.670.180.43
HSL316.08º50.26%37.84%-
HSV(B)316.08º66.9%56.86%-
XYZ16.069.4718.43-
YUV85.1147.14170.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=46.47%
G=15.38%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454811900.670.180.43316.0850.2637.84
Hex913077043122B13c3226
Octal22160167010322534746246
Binary1001000111000011101110100001110010101011100111100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913077; }

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

 H1.HeaderClassName
 {
   color: #913077;
 }
 .AnyTagClassName
 {
   color: #913077;
 }
</style>
background-color css

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

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

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

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

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

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