#784299

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

Shades of Studio #784299

Tints of Studio #784299

Color information

#784299 (or 0x784299) is unknown color: approx Studio. HEX triplet: 78, 42 and 99. RGB value is (120,66,153). Sum of RGB (Red+Green+Blue) = 120+66+153=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #784299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784299 is #87BD66. Grayscale: #5B5B5B. Windows color (decimal): -8895847 or 10044024. OLE color: 10044024.

HSL color Cylindrical-coordinate representation of color #784299: hue angle of 277.24º 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 #784299 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12066153-
CMYK0.220.5700.4
HSL277.24º39.73%42.94%-
HSV(B)277.24º56.86%60%-
XYZ15.4410.1931.29-
YUV92.06162.39147.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=35.40%
G=19.47%
B=45.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120661530.220.5700.4277.2439.7342.94
Hex7842991639028115282b
Octal17010223126710504255053
Binary1111000100001010011001101101110010101000100010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784299; }

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

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

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

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

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

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

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

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