#78569D

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

Shades of Studio #78569D

Tints of Studio #78569D

Color information

#78569D (or 0x78569D) is unknown color: approx Studio. HEX triplet: 78, 56 and 9D. RGB value is (120,86,157). Sum of RGB (Red+Green+Blue) = 120+86+157=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #78569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78569D is #87A962. Grayscale: #686868. Windows color (decimal): -8890723 or 10311288. OLE color: 10311288.

HSL color Cylindrical-coordinate representation of color #78569D: hue angle of 268.73º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78569D is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12086157-
CMYK0.240.4500.38
HSL268.73º29.22%47.65%-
HSV(B)268.73º45.22%61.57%-
XYZ17.1613.0833.52-
YUV104.26157.76139.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=33.06%
G=23.69%
B=43.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120861570.240.4500.38268.7329.2247.65
Hex78569D182D02610d1d30
Octal17012623530550464153560
Binary111100010101101001110111000101101010011010000110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78569D; }

 p { color: rgb(120,86,157); }

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

<style>
 a { background-color: #78569D; }

 a { background-color: rgb(120,86,157); }

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

<style>
 span { border-color: #78569D; }

 span { border-color: rgb(120,86,157); }

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