#785199

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

Shades of Studio #785199

Tints of Studio #785199

Color information

#785199 (or 0x785199) is unknown color: approx Studio. HEX triplet: 78, 51 and 99. RGB value is (120,81,153). Sum of RGB (Red+Green+Blue) = 120+81+153=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #785199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785199 is #87AE66. Grayscale: #646464. Windows color (decimal): -8892007 or 10047864. OLE color: 10047864.

HSL color Cylindrical-coordinate representation of color #785199: hue angle of 272.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785199 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12081153-
CMYK0.220.4700.4
HSL272.5º30.77%45.88%-
HSV(B)272.5º47.06%60%-
XYZ16.4412.1831.62-
YUV100.87157.42141.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=33.90%
G=22.88%
B=43.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120811530.220.4700.4272.530.7745.88
Hex785199162F0281101f2e
Octal17012123126570504203756
Binary111100010100011001100110110101111010100010001000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785199; }

 p { color: rgb(120,81,153); }

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

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

 a { background-color: rgb(120,81,153); }

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

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

 span { border-color: rgb(120,81,153); }

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