#785595

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

Shades of Studio #785595

Tints of Studio #785595

Color information

#785595 (or 0x785595) is unknown color: approx Studio. HEX triplet: 78, 55 and 95. RGB value is (120,85,149). Sum of RGB (Red+Green+Blue) = 120+85+149=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #785595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785595 is #87AA6A. Grayscale: #666666. Windows color (decimal): -8890987 or 9786744. OLE color: 9786744.

HSL color Cylindrical-coordinate representation of color #785595: hue angle of 272.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785595 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12085149-
CMYK0.190.4300.42
HSL272.81º27.35%45.88%-
HSV(B)272.81º42.95%58.43%-
XYZ16.4212.6630.01-
YUV102.76154.1140.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=33.90%
G=24.01%
B=42.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120851490.190.4300.42272.8127.3545.88
Hex785595132B02A1111b2e
Octal17012522523530524213356
Binary111100010101011001010110011101011010101010001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785595; }

 p { color: rgb(120,85,149); }

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

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

 a { background-color: rgb(120,85,149); }

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

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

 span { border-color: rgb(120,85,149); }

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