#78439F

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

Shades of Studio #78439F

Tints of Studio #78439F

Color information

#78439F (or 0x78439F) is unknown color: approx Studio. HEX triplet: 78, 43 and 9F. RGB value is (120,67,159). Sum of RGB (Red+Green+Blue) = 120+67+159=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #78439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78439F is #87BC60. Grayscale: #5D5D5D. Windows color (decimal): -8895585 or 10437496. OLE color: 10437496.

HSL color Cylindrical-coordinate representation of color #78439F: hue angle of 274.57º 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 #78439F is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12067159-
CMYK0.250.5800.38
HSL274.57º40.71%44.31%-
HSV(B)274.57º57.86%62.35%-
XYZ16.0110.5133.99-
YUV93.34165.06147.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 67 (26.56% from 255) = 19.36%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=34.68%
G=19.36%
B=45.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120671590.250.5800.38274.5740.7144.31
Hex78439F193A026113292c
Octal17010323731720464235154
Binary1111000100001110011111110011110100100110100010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78439F; }

 p { color: rgb(120,67,159); }

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

<style>
 a { background-color: #78439F; }

 a { background-color: rgb(120,67,159); }

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

<style>
 span { border-color: #78439F; }

 span { border-color: rgb(120,67,159); }

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