#784899

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

Shades of Studio #784899

Tints of Studio #784899

Color information

#784899 (or 0x784899) is unknown color: approx Studio. HEX triplet: 78, 48 and 99. RGB value is (120,72,153). Sum of RGB (Red+Green+Blue) = 120+72+153=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #784899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784899 is #87B766. Grayscale: #5F5F5F. Windows color (decimal): -8894311 or 10045560. OLE color: 10045560.

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

Color convert

RGB12072153-
CMYK0.220.5300.4
HSL275.56º36%44.12%-
HSV(B)275.56º52.94%60%-
XYZ15.8110.9331.41-
YUV95.59160.4145.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=34.78%
G=20.87%
B=44.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120721530.220.5300.4275.563644.12
Hex7848991635028114242c
Octal17011023126650504244454
Binary1111000100100010011001101101101010101000100010100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784899; }

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

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

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

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

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

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

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

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