#704096

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

Shades of Royal Purple #704096

Tints of Royal Purple #704096

Color information

#704096 (or 0x704096) is unknown color: approx Royal Purple. HEX triplet: 70, 40 and 96. RGB value is (112,64,150). Sum of RGB (Red+Green+Blue) = 112+64+150=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #704096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704096 is #8FBF69. Grayscale: #575757. Windows color (decimal): -9420650 or 9846896. OLE color: 9846896.

HSL color Cylindrical-coordinate representation of color #704096: hue angle of 273.49º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704096 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11264150-
CMYK0.250.5700.41
HSL273.49º40.19%41.96%-
HSV(B)273.49º57.33%58.82%-
XYZ14.029.3129.91-
YUV88.16162.9145.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=34.36%
G=19.63%
B=46.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112641500.250.5700.41273.4940.1941.96
Hex7040961939029111282a
Octal16010022631710514215052
Binary1110000100000010010110110011110010101001100010001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704096; }

 p { color: rgb(112,64,150); }

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

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

 a { background-color: rgb(112,64,150); }

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

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

 span { border-color: rgb(112,64,150); }

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