Html Css Color HEX #774399 Studio

📋 copy color: '#774399'

red 119 ◦ green 67 ◦ blue 153

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

Shades of Studio #774399

Tints of Studio #774399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 35.1%
G = 19.76%
B = 45.13%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#774399 (or 0x774399) is known color: Studio. HEX triplet: 77, 43 and 99. RGB value is (119,67,153). Sum of RGB (Red+Green+Blue) = 119+67+153=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #774399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774399 is #88BC66. Grayscale: #5C5C5C. Windows color (decimal): -8961127 or 10044279. OLE color: 10044279.

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

Color convert

RGB 119 67 153 -
CMYK 0.22 0.56 0 0.4
HSL 276.28º 0.39% 0.43% -
HSV(B) 276.28º 0.56% 0.6% -
XYZ 15.36 10.24 31.3 -
YUV 92.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 119 67 153 0.22 0.56 0 0.4 276.28 0.39 0.43
Hex 77 43 99 16 38 0 28 114 27 2B
Octal 167 103 231 26 70 0 50 424 47 53
Binary 1110111 1000011 10011001 10110 111000 0 101000 100010100 100111 101011

Color Harmonies of #774399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774399

Black with #774399

Text Example


Text Example

White with #774399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774399; }

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

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

background-color css

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

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

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

border-color css

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

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

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