#912378

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

Shades of Dark Purple #912378

Tints of Dark Purple #912378

Color information

#912378 (or 0x912378) is unknown color: approx Dark Purple. HEX triplet: 91, 23 and 78. RGB value is (145,35,120). Sum of RGB (Red+Green+Blue) = 145+35+120=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #912378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912378 is #6EDC87. Grayscale: #4D4D4D. Windows color (decimal): -7265416 or 7873425. OLE color: 7873425.

HSL color Cylindrical-coordinate representation of color #912378: hue angle of 313.64º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912378 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14535120-
CMYK00.760.170.43
HSL313.64º61.11%35.29%-
HSV(B)313.64º75.86%56.86%-
XYZ15.678.5818.6-
YUV77.58151.94176.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 35 (14.06% from 255) = 11.67%
BLUE value IS 120 (47.27% from 255) = 40%
R=48.33%
G=11.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453512000.760.170.43313.6461.1135.29
Hex91237804C112B13a3d23
Octal22143170011421534727543
Binary1001000110001111110000100110010001101011100111010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912378; }

 p { color: rgb(145,35,120); }

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

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

 a { background-color: rgb(145,35,120); }

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

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

 span { border-color: rgb(145,35,120); }

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