#962378

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

Shades of Dark Purple #962378

Tints of Dark Purple #962378

Color information

#962378 (or 0x962378) is unknown color: approx Dark Purple. HEX triplet: 96, 23 and 78. RGB value is (150,35,120). Sum of RGB (Red+Green+Blue) = 150+35+120=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #962378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962378 is #69DC87. Grayscale: #4E4E4E. Windows color (decimal): -6937736 or 7873430. OLE color: 7873430.

HSL color Cylindrical-coordinate representation of color #962378: hue angle of 315.65º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962378 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15035120-
CMYK00.770.200.41
HSL315.65º62.16%36.27%-
HSV(B)315.65º76.67%58.82%-
XYZ16.579.0418.64-
YUV79.07151.1178.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=49.18%
G=11.48%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503512000.770.200.41315.6562.1636.27
Hex96237804D142913c3e24
Octal22643170011524514747644
Binary1001011010001111110000100110110100101001100111100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962378; }

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

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

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

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

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

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

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

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