Html Css Color HEX #775199 Studio

📋 copy color: '#775199'

red 119 ◦ green 81 ◦ blue 153

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

Shades of Studio #775199

Tints of Studio #775199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

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

R = 33.71%
G = 22.95%
B = 43.34%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#775199 (or 0x775199) is known color: Studio. HEX triplet: 77, 51 and 99. RGB value is (119,81,153). Sum of RGB (Red+Green+Blue) = 119+81+153=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #775199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775199 is #88AE66. Grayscale: #646464. Windows color (decimal): -8957543 or 10047863. OLE color: 10047863.

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

Color convert

RGB 119 81 153 -
CMYK 0.22 0.47 0 0.4
HSL 271.67º 0.31% 0.46% -
HSV(B) 271.67º 0.47% 0.6% -
XYZ 16.3 12.11 31.61 -
YUV 100.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 119 81 153 0.22 0.47 0 0.4 271.67 0.31 0.46
Hex 77 51 99 16 2F 0 28 110 1F 2E
Octal 167 121 231 26 57 0 50 420 37 56
Binary 1110111 1010001 10011001 10110 101111 0 101000 100010000 11111 101110

Color Harmonies of #775199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775199

Black with #775199

Text Example


Text Example

White with #775199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775199; }

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

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

background-color css

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

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

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

border-color css

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

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

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