Html Css Color HEX #774599 Studio

📋 copy color: '#774599'

red 119 ◦ green 69 ◦ blue 153

#774599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #774599

Tints of Studio #774599

RGB

 RED value IS 119 (46.88% from 255) = 34.9%

 GREEN value IS 69 (27.34% from 255) = 20.23%

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 34.9%
G = 20.23%
B = 44.87%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#774599 (or 0x774599) is known color: Studio. HEX triplet: 77, 45 and 99. RGB value is (119,69,153). Sum of RGB (Red+Green+Blue) = 119+69+153=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #774599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774599 is #88BA66. Grayscale: #5D5D5D. Windows color (decimal): -8960615 or 10044791. OLE color: 10044791.

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

Color convert

RGB 119 69 153 -
CMYK 0.22 0.55 0 0.4
HSL 275.71º 0.38% 0.44% -
HSV(B) 275.71º 0.55% 0.6% -
XYZ 15.49 10.48 31.34 -
YUV 93.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 119 69 153 0.22 0.55 0 0.4 275.71 0.38 0.44
Hex 77 45 99 16 37 0 28 114 26 2C
Octal 167 105 231 26 67 0 50 424 46 54
Binary 1110111 1000101 10011001 10110 110111 0 101000 100010100 100110 101100

Color Harmonies of #774599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774599

Black with #774599

Text Example


Text Example

White with #774599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774599; }

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

 H1.HeaderClassName
 {
   color: #774599;
 }
 .AnyTagClassName
 {
   color: #774599;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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