#78449F

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

Shades of Studio #78449F

Tints of Studio #78449F

Color information

#78449F (or 0x78449F) is unknown color: approx Studio. HEX triplet: 78, 44 and 9F. RGB value is (120,68,159). Sum of RGB (Red+Green+Blue) = 120+68+159=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #78449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78449F is #87BB60. Grayscale: #5D5D5D. Windows color (decimal): -8895329 or 10437752. OLE color: 10437752.

HSL color Cylindrical-coordinate representation of color #78449F: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78449F is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12068159-
CMYK0.250.5700.38
HSL274.29º40.09%44.51%-
HSV(B)274.29º57.23%62.35%-
XYZ16.0710.6334.01-
YUV93.92164.73146.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=34.58%
G=19.60%
B=45.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120681590.250.5700.38274.2940.0944.51
Hex78449F1939026112282d
Octal17010423731710464225055
Binary1111000100010010011111110011110010100110100010010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78449F; }

 p { color: rgb(120,68,159); }

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

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

 a { background-color: rgb(120,68,159); }

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

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

 span { border-color: rgb(120,68,159); }

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