#78449C

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

Shades of Studio #78449C

Tints of Studio #78449C

Color information

#78449C (or 0x78449C) is unknown color: approx Studio. HEX triplet: 78, 44 and 9C. RGB value is (120,68,156). Sum of RGB (Red+Green+Blue) = 120+68+156=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #78449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78449C is #87BB63. Grayscale: #5D5D5D. Windows color (decimal): -8895332 or 10241144. OLE color: 10241144.

HSL color Cylindrical-coordinate representation of color #78449C: hue angle of 275.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78449C is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12068156-
CMYK0.230.5600.39
HSL275.45º39.29%43.92%-
HSV(B)275.45º56.41%61.18%-
XYZ15.8110.5332.65-
YUV93.58163.23146.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.88%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=34.88%
G=19.77%
B=45.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120681560.230.5600.39275.4539.2943.92
Hex78449C1738027113272c
Octal17010423427700474234754
Binary1111000100010010011100101111110000100111100010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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