#78419E

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

Shades of Studio #78419E

Tints of Studio #78419E

Color information

#78419E (or 0x78419E) is unknown color: approx Studio. HEX triplet: 78, 41 and 9E. RGB value is (120,65,158). Sum of RGB (Red+Green+Blue) = 120+65+158=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #78419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78419E is #87BE61. Grayscale: #5B5B5B. Windows color (decimal): -8896098 or 10371448. OLE color: 10371448.

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

Color convert

RGB12065158-
CMYK0.240.5900.38
HSL275.48º41.7%43.73%-
HSV(B)275.48º58.86%61.96%-
XYZ15.8110.2433.49-
YUV92.05165.22147.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=34.99%
G=18.95%
B=46.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120651580.240.5900.38275.4841.743.73
Hex78419E183B0261132a2c
Octal17010123630730464235254
Binary1111000100000110011110110001110110100110100010011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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