#704892

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

Shades of Studio #704892

Tints of Studio #704892

Color information

#704892 (or 0x704892) is unknown color: approx Studio. HEX triplet: 70, 48 and 92. RGB value is (112,72,146). Sum of RGB (Red+Green+Blue) = 112+72+146=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #704892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704892 is #8FB76D. Grayscale: #5C5C5C. Windows color (decimal): -9418606 or 9586800. OLE color: 9586800.

HSL color Cylindrical-coordinate representation of color #704892: hue angle of 272.43º degrees, saturation: 0.34, 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 #704892 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11272146-
CMYK0.230.5100.43
HSL272.43º33.94%42.75%-
HSV(B)272.43º50.68%57.25%-
XYZ14.1910.1528.41-
YUV92.4158.25141.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=33.94%
G=21.82%
B=44.24%

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
Decimal112721460.230.5100.43272.4333.9442.75
Hex704892173302B110222b
Octal16011022227630534204253
Binary1110000100100010010010101111100110101011100010000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704892; }

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

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

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

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

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

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

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

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