#784498

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

Shades of Studio #784498

Tints of Studio #784498

Color information

#784498 (or 0x784498) is unknown color: approx Studio. HEX triplet: 78, 44 and 98. RGB value is (120,68,152). Sum of RGB (Red+Green+Blue) = 120+68+152=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #784498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784498 is #87BB67. Grayscale: #5C5C5C. Windows color (decimal): -8895336 or 9979000. OLE color: 9979000.

HSL color Cylindrical-coordinate representation of color #784498: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784498 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12068152-
CMYK0.210.5500.40
HSL277.14º38.18%43.14%-
HSV(B)277.14º55.26%59.61%-
XYZ15.4810.3930.9-
YUV93.12161.23147.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=35.29%
G=20%
B=44.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120681520.210.5500.40277.1438.1843.14
Hex7844981537028115262b
Octal17010423025670504254653
Binary1111000100010010011000101011101110101000100010101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784498; }

 p { color: rgb(120,68,152); }

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

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

 a { background-color: rgb(120,68,152); }

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

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

 span { border-color: rgb(120,68,152); }

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