#784999

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

Shades of Studio #784999

Tints of Studio #784999

Color information

#784999 (or 0x784999) is unknown color: approx Studio. HEX triplet: 78, 49 and 99. RGB value is (120,73,153). Sum of RGB (Red+Green+Blue) = 120+73+153=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #784999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784999 is #87B666. Grayscale: #5F5F5F. Windows color (decimal): -8894055 or 10045816. OLE color: 10045816.

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

Color convert

RGB12073153-
CMYK0.220.5200.4
HSL275.25º35.4%44.31%-
HSV(B)275.25º52.29%60%-
XYZ15.8811.0631.43-
YUV96.17160.07145-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=34.68%
G=21.10%
B=44.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120731530.220.5200.4275.2535.444.31
Hex7849991634028113232c
Octal17011123126640504234354
Binary1111000100100110011001101101101000101000100010011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784999; }

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

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

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

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

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

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

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

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