Html Css Color HEX #774299 Studio

📋 copy color: '#774299'

red 119 ◦ green 66 ◦ blue 153

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

Shades of Studio #774299

Tints of Studio #774299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

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

R = 35.21%
G = 19.53%
B = 45.27%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#774299 (or 0x774299) is known color: Studio. HEX triplet: 77, 42 and 99. RGB value is (119,66,153). Sum of RGB (Red+Green+Blue) = 119+66+153=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #774299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774299 is #88BD66. Grayscale: #5B5B5B. Windows color (decimal): -8961383 or 10044023. OLE color: 10044023.

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

Color convert

RGB 119 66 153 -
CMYK 0.22 0.57 0 0.4
HSL 276.55º 0.4% 0.43% -
HSV(B) 276.55º 0.57% 0.6% -
XYZ 15.31 10.12 31.28 -
YUV 91.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 119 66 153 0.22 0.57 0 0.4 276.55 0.4 0.43
Hex 77 42 99 16 39 0 28 115 28 2B
Octal 167 102 231 26 71 0 50 425 50 53
Binary 1110111 1000010 10011001 10110 111001 0 101000 100010101 101000 101011

Color Harmonies of #774299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774299

Black with #774299

Text Example


Text Example

White with #774299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774299; }

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

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

background-color css

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

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

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

border-color css

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

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

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