#912574

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

Shades of Dark Purple #912574

Tints of Dark Purple #912574

Color information

#912574 (or 0x912574) is unknown color: approx Dark Purple. HEX triplet: 91, 25 and 74. RGB value is (145,37,116). Sum of RGB (Red+Green+Blue) = 145+37+116=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #912574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912574 is #6EDA8B. Grayscale: #4E4E4E. Windows color (decimal): -7264908 or 7611793. OLE color: 7611793.

HSL color Cylindrical-coordinate representation of color #912574: hue angle of 316.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912574 is Cyan = 0, Magento = 0.74, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB14537116-
CMYK00.740.20.43
HSL316.11º59.34%35.69%-
HSV(B)316.11º74.48%56.86%-
XYZ15.498.617.37-
YUV78.3149.28175.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.66%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=48.66%
G=12.42%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453711600.740.20.43316.1159.3435.69
Hex91257404A142B13c3b24
Octal22145164011224534747344
Binary1001000110010111101000100101010100101011100111100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912574; }

 p { color: rgb(145,37,116); }

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

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

 a { background-color: rgb(145,37,116); }

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

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

 span { border-color: rgb(145,37,116); }

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