#704DA1

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

Shades of Studio #704DA1

Tints of Studio #704DA1

Color information

#704DA1 (or 0x704DA1) is unknown color: approx Studio. HEX triplet: 70, 4D and A1. RGB value is (112,77,161). Sum of RGB (Red+Green+Blue) = 112+77+161=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 161 - color contains mainly: blue. Hex color #704DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704DA1 is #8FB25E. Grayscale: #606060. Windows color (decimal): -9417311 or 10571120. OLE color: 10571120.

HSL color Cylindrical-coordinate representation of color #704DA1: hue angle of 265º 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 #704DA1 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11277161-
CMYK0.300.5200.37
HSL265º35.29%46.67%-
HSV(B)265º52.17%63.14%-
XYZ15.7711.3335.07-
YUV97.04164.1138.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 161 (63.28% from 255) = 46%
R=32%
G=22%
B=46%

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
Decimal112771610.300.5200.3726535.2946.67
Hex704DA11E34025109232f
Octal16011524136640454114357
Binary1110000100110110100001111101101000100101100001001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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