#704EA1

Color #704EA1 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #704EA1

Tints of Studio #704EA1

Color information

#704EA1 (or 0x704EA1) is unknown color: approx Studio. HEX triplet: 70, 4E and A1. RGB value is (112,78,161). Sum of RGB (Red+Green+Blue) = 112+78+161=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #704EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704EA1 is #8FB15E. Grayscale: #616161. Windows color (decimal): -9417055 or 10571376. OLE color: 10571376.

HSL color Cylindrical-coordinate representation of color #704EA1: hue angle of 264.58º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #704EA1 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11278161-
CMYK0.300.5200.37
HSL264.58º34.73%46.86%-
HSV(B)264.58º51.55%63.14%-
XYZ15.8411.4735.1-
YUV97.63163.76138.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 161 (63.28% from 255) = 45.87%
R=31.91%
G=22.22%
B=45.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal112781610.300.5200.37264.5834.7346.86
Hex704EA11E34025109232f
Octal16011624136640454114357
Binary1110000100111010100001111101101000100101100001001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704EA1; }

 p { color: rgb(112,78,161); }

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

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

 a { background-color: rgb(112,78,161); }

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

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

 span { border-color: rgb(112,78,161); }

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