#78459A

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

Shades of Studio #78459A

Tints of Studio #78459A

Color information

#78459A (or 0x78459A) is unknown color: approx Studio. HEX triplet: 78, 45 and 9A. RGB value is (120,69,154). Sum of RGB (Red+Green+Blue) = 120+69+154=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #78459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78459A is #87BA65. Grayscale: #5D5D5D. Windows color (decimal): -8895078 or 10110328. OLE color: 10110328.

HSL color Cylindrical-coordinate representation of color #78459A: hue angle of 276º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78459A is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12069154-
CMYK0.220.5500.40
HSL276º38.12%43.73%-
HSV(B)276º55.19%60.39%-
XYZ15.7110.5831.79-
YUV93.94161.9146.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=34.99%
G=20.12%
B=44.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120691540.220.5500.4027638.1243.73
Hex78459A1637028114262c
Octal17010523226670504244654
Binary1111000100010110011010101101101110101000100010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78459A; }

 p { color: rgb(120,69,154); }

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

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

 a { background-color: rgb(120,69,154); }

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

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

 span { border-color: rgb(120,69,154); }

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