Html Css Color HEX #774099 Studio

📋 copy color: '#774099'

red 119 ◦ green 64 ◦ blue 153

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

Shades of Studio #774099

Tints of Studio #774099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 35.42%
G = 19.05%
B = 45.54%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#774099 (or 0x774099) is known color: Studio. HEX triplet: 77, 40 and 99. RGB value is (119,64,153). Sum of RGB (Red+Green+Blue) = 119+64+153=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #774099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774099 is #88BF66. Grayscale: #5A5A5A. Windows color (decimal): -8961895 or 10043511. OLE color: 10043511.

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

Color convert

RGB 119 64 153 -
CMYK 0.22 0.58 0 0.4
HSL 277.08º 0.41% 0.43% -
HSV(B) 277.08º 0.58% 0.6% -
XYZ 15.19 9.89 31.25 -
YUV 90.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 119 64 153 0.22 0.58 0 0.4 277.08 0.41 0.43
Hex 77 40 99 16 3A 0 28 115 29 2B
Octal 167 100 231 26 72 0 50 425 51 53
Binary 1110111 1000000 10011001 10110 111010 0 101000 100010101 101001 101011

Color Harmonies of #774099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774099

Black with #774099

Text Example


Text Example

White with #774099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774099; }

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

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

background-color css

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

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

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

border-color css

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

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

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