#962572

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

Shades of Dark Purple #962572

Tints of Dark Purple #962572

Color information

#962572 (or 0x962572) is unknown color: approx Dark Purple. HEX triplet: 96, 25 and 72. RGB value is (150,37,114). Sum of RGB (Red+Green+Blue) = 150+37+114=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #962572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962572 is #69DA8D. Grayscale: #4F4F4F. Windows color (decimal): -6937230 or 7480726. OLE color: 7480726.

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

Color convert

RGB15037114-
CMYK00.750.240.41
HSL319.12º60.43%36.67%-
HSV(B)319.12º75.33%58.82%-
XYZ16.289.0216.8-
YUV79.56147.44178.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=49.83%
G=12.29%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503711400.750.240.41319.1260.4336.67
Hex96257204B182913f3c25
Octal22645162011330514777445
Binary1001011010010111100100100101111000101001100111111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962572; }

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

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

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

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

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

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

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

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