#78419A

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

Shades of Studio #78419A

Tints of Studio #78419A

Color information

#78419A (or 0x78419A) is unknown color: approx Studio. HEX triplet: 78, 41 and 9A. RGB value is (120,65,154). Sum of RGB (Red+Green+Blue) = 120+65+154=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #78419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78419A is #87BE65. Grayscale: #5B5B5B. Windows color (decimal): -8896102 or 10109304. OLE color: 10109304.

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

Color convert

RGB12065154-
CMYK0.220.5800.40
HSL277.08º40.64%42.94%-
HSV(B)277.08º57.79%60.39%-
XYZ15.4710.1131.71-
YUV91.59163.22148.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=35.40%
G=19.17%
B=45.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120651540.220.5800.40277.0840.6442.94
Hex78419A163A028115292b
Octal17010123226720504255153
Binary1111000100000110011010101101110100101000100010101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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