#774498

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

Shades of Studio #774498

Tints of Studio #774498

Color information

#774498 (or 0x774498) is unknown color: approx Studio. HEX triplet: 77, 44 and 98. RGB value is (119,68,152). Sum of RGB (Red+Green+Blue) = 119+68+152=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #774498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774498 is #88BB67. Grayscale: #5C5C5C. Windows color (decimal): -8960872 or 9978999. OLE color: 9978999.

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

Color convert

RGB11968152-
CMYK0.220.5500.40
HSL276.43º38.18%43.14%-
HSV(B)276.43º55.26%59.61%-
XYZ15.3410.3230.89-
YUV92.82161.4146.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=35.10%
G=20.06%
B=44.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119681520.220.5500.40276.4338.1843.14
Hex7744981637028114262b
Octal16710423026670504244653
Binary1110111100010010011000101101101110101000100010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774498; }

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

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

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

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

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

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

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

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