#962B74

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

Shades of Dark Purple #962B74

Tints of Dark Purple #962B74

Color information

#962B74 (or 0x962B74) is unknown color: approx Dark Purple. HEX triplet: 96, 2B and 74. RGB value is (150,43,116). Sum of RGB (Red+Green+Blue) = 150+43+116=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #962B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B74 is #69D48B. Grayscale: #535353. Windows color (decimal): -6935692 or 7613334. OLE color: 7613334.

HSL color Cylindrical-coordinate representation of color #962B74: hue angle of 319.07º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B74 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15043116-
CMYK00.710.230.41
HSL319.07º55.44%37.84%-
HSV(B)319.07º71.33%58.82%-
XYZ16.599.4717.48-
YUV83.32146.45175.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=48.54%
G=13.92%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504311600.710.230.41319.0755.4437.84
Hex962B74047172913f3726
Octal22653164010727514776746
Binary1001011010101111101000100011110111101001100111111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962B74; }

 p { color: rgb(150,43,116); }

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

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

 a { background-color: rgb(150,43,116); }

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

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

 span { border-color: rgb(150,43,116); }

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