#78429E

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

Shades of Studio #78429E

Tints of Studio #78429E

Color information

#78429E (or 0x78429E) is unknown color: approx Studio. HEX triplet: 78, 42 and 9E. RGB value is (120,66,158). Sum of RGB (Red+Green+Blue) = 120+66+158=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #78429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78429E is #87BD61. Grayscale: #5C5C5C. Windows color (decimal): -8895842 or 10371704. OLE color: 10371704.

HSL color Cylindrical-coordinate representation of color #78429E: hue angle of 275.22º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78429E is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12066158-
CMYK0.240.5800.38
HSL275.22º41.07%43.92%-
HSV(B)275.22º58.23%61.96%-
XYZ15.8710.3633.51-
YUV92.63164.89147.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.88%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 158 (62.11% from 255) = 45.93%
R=34.88%
G=19.19%
B=45.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120661580.240.5800.38275.2241.0743.92
Hex78429E183A026113292c
Octal17010223630720464235154
Binary1111000100001010011110110001110100100110100010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78429E; }

 p { color: rgb(120,66,158); }

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

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

 a { background-color: rgb(120,66,158); }

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

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

 span { border-color: rgb(120,66,158); }

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