#704BAD

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

Shades of Studio #704BAD

Tints of Studio #704BAD

Color information

#704BAD (or 0x704BAD) is unknown color: approx Studio. HEX triplet: 70, 4B and AD. RGB value is (112,75,173). Sum of RGB (Red+Green+Blue) = 112+75+173=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #704BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BAD is #8FB452. Grayscale: #606060. Windows color (decimal): -9417811 or 11357040. OLE color: 11357040.

HSL color Cylindrical-coordinate representation of color #704BAD: hue angle of 262.65º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704BAD is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11275173-
CMYK0.350.5700.32
HSL262.65º39.52%48.63%-
HSV(B)262.65º56.65%67.84%-
XYZ16.7411.4940.87-
YUV97.24170.76138.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=31.11%
G=20.83%
B=48.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112751730.350.5700.32262.6539.5248.63
Hex704BAD23390201072831
Octal16011325543710404075061
Binary11100001001011101011011000111110010100000100000111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,75,173); }

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

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

 a { background-color: rgb(112,75,173); }

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

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

 span { border-color: rgb(112,75,173); }

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