#963274

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

Shades of Dark Purple #963274

Tints of Dark Purple #963274

Color information

#963274 (or 0x963274) is unknown color: approx Dark Purple. HEX triplet: 96, 32 and 74. RGB value is (150,50,116). Sum of RGB (Red+Green+Blue) = 150+50+116=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #963274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963274 is #69CD8B. Grayscale: #575757. Windows color (decimal): -6933900 or 7615126. OLE color: 7615126.

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

Color convert

RGB15050116-
CMYK00.670.230.41
HSL320.4º50%39.22%-
HSV(B)320.4º66.67%58.82%-
XYZ16.8710.0317.57-
YUV87.42144.13172.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 116 (45.70% from 255) = 36.71%
R=47.47%
G=15.82%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505011600.670.230.41320.45039.22
Hex96327404317291403227
Octal22662164010327515006247
Binary1001011011001011101000100001110111101001101000000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963274; }

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

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

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

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

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

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

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

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