#774598

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

Shades of Studio #774598

Tints of Studio #774598

Color information

#774598 (or 0x774598) is unknown color: approx Studio. HEX triplet: 77, 45 and 98. RGB value is (119,69,152). Sum of RGB (Red+Green+Blue) = 119+69+152=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 69 (27.34% from 255 or 20.29% 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 #774598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774598 is #88BA67. Grayscale: #5D5D5D. Windows color (decimal): -8960616 or 9979255. OLE color: 9979255.

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

Color convert

RGB11969152-
CMYK0.220.5500.40
HSL276.14º37.56%43.33%-
HSV(B)276.14º54.61%59.61%-
XYZ15.410.4530.91-
YUV93.41161.06146.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=35%
G=20.29%
B=44.71%

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
Decimal119691520.220.5500.40276.1437.5643.33
Hex7745981637028114262b
Octal16710523026670504244653
Binary1110111100010110011000101101101110101000100010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774598; }

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

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

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

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

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

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

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

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