#704792

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

Shades of Studio #704792

Tints of Studio #704792

Color information

#704792 (or 0x704792) is unknown color: approx Studio. HEX triplet: 70, 47 and 92. RGB value is (112,71,146). Sum of RGB (Red+Green+Blue) = 112+71+146=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #704792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704792 is #8FB86D. Grayscale: #5B5B5B. Windows color (decimal): -9418862 or 9586544. OLE color: 9586544.

HSL color Cylindrical-coordinate representation of color #704792: hue angle of 272.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704792 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11271146-
CMYK0.230.5100.43
HSL272.8º34.56%42.55%-
HSV(B)272.8º51.37%57.25%-
XYZ14.1210.0328.39-
YUV91.81158.58142.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=34.04%
G=21.58%
B=44.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112711460.230.5100.43272.834.5642.55
Hex704792173302B111232b
Octal16010722227630534214353
Binary1110000100011110010010101111100110101011100010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704792; }

 p { color: rgb(112,71,146); }

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

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

 a { background-color: rgb(112,71,146); }

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

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

 span { border-color: rgb(112,71,146); }

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