#963072

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

Shades of Dark Purple #963072

Tints of Dark Purple #963072

Color information

#963072 (or 0x963072) is unknown color: approx Dark Purple. HEX triplet: 96, 30 and 72. RGB value is (150,48,114). Sum of RGB (Red+Green+Blue) = 150+48+114=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #963072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963072 is #69CF8D. Grayscale: #555555. Windows color (decimal): -6934414 or 7483542. OLE color: 7483542.

HSL color Cylindrical-coordinate representation of color #963072: hue angle of 321.18º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963072 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15048114-
CMYK00.680.240.41
HSL321.18º51.52%38.82%-
HSV(B)321.18º68%58.82%-
XYZ16.679.8116.93-
YUV86.02143.79173.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=48.08%
G=15.38%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504811400.680.240.41321.1851.5238.82
Hex96307204418291413427
Octal22660162010430515016447
Binary1001011011000011100100100010011000101001101000001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963072; }

 p { color: rgb(150,48,114); }

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

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

 a { background-color: rgb(150,48,114); }

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

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

 span { border-color: rgb(150,48,114); }

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