#78429A

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

Shades of Studio #78429A

Tints of Studio #78429A

Color information

#78429A (or 0x78429A) is unknown color: approx Studio. HEX triplet: 78, 42 and 9A. RGB value is (120,66,154). Sum of RGB (Red+Green+Blue) = 120+66+154=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #78429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78429A is #87BD65. Grayscale: #5B5B5B. Windows color (decimal): -8895846 or 10109560. OLE color: 10109560.

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

Color convert

RGB12066154-
CMYK0.220.5700.40
HSL276.82º40%43.14%-
HSV(B)276.82º57.14%60.39%-
XYZ15.5310.2231.73-
YUV92.18162.89147.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=35.29%
G=19.41%
B=45.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120661540.220.5700.40276.824043.14
Hex78429A1639028115282b
Octal17010223226710504255053
Binary1111000100001010011010101101110010101000100010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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