Html Css Color HEX #774198 Studio

📋 copy color: '#774198'

red 119 ◦ green 65 ◦ blue 152

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

Shades of Studio #774198

Tints of Studio #774198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 35.42%
G = 19.35%
B = 45.24%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#774198 (or 0x774198) is known color: Studio. HEX triplet: 77, 41 and 98. RGB value is (119,65,152). Sum of RGB (Red+Green+Blue) = 119+65+152=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #774198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774198 is #88BE67. Grayscale: #5A5A5A. Windows color (decimal): -8961640 or 9978231. OLE color: 9978231.

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

Color convert

RGB 119 65 152 -
CMYK 0.22 0.57 0 0.40
HSL 277.24º 0.4% 0.43% -
HSV(B) 277.24º 0.57% 0.6% -
XYZ 15.17 9.97 30.83 -
YUV 91.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 119 65 152 0.22 0.57 0 0.40 277.24 0.4 0.43
Hex 77 41 98 16 39 0 28 115 28 2B
Octal 167 101 230 26 71 0 50 425 50 53
Binary 1110111 1000001 10011000 10110 111001 0 101000 100010101 101000 101011

Color Harmonies of #774198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774198

Black with #774198

Text Example


Text Example

White with #774198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774198; }

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

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

background-color css

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

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

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

border-color css

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

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

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