#704094

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

Shades of Royal Purple #704094

Tints of Royal Purple #704094

Color information

#704094 (or 0x704094) is unknown color: approx Royal Purple. HEX triplet: 70, 40 and 94. RGB value is (112,64,148). Sum of RGB (Red+Green+Blue) = 112+64+148=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #704094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704094 is #8FBF6B. Grayscale: #575757. Windows color (decimal): -9420652 or 9715824. OLE color: 9715824.

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

Color convert

RGB11264148-
CMYK0.240.5700.42
HSL274.29º39.62%41.57%-
HSV(B)274.29º56.76%58.04%-
XYZ13.869.2529.07-
YUV87.93161.9145.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=34.57%
G=19.75%
B=45.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112641480.240.5700.42274.2939.6241.57
Hex704094183902A112282a
Octal16010022430710524225052
Binary1110000100000010010100110001110010101010100010010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704094; }

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

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

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

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

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

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

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

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