Html Css Color HEX #775499 Studio

📋 copy color: '#775499'

red 119 ◦ green 84 ◦ blue 153

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

Shades of Studio #775499

Tints of Studio #775499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 33.43%
G = 23.6%
B = 42.98%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#775499 (or 0x775499) is known color: Studio. HEX triplet: 77, 54 and 99. RGB value is (119,84,153). Sum of RGB (Red+Green+Blue) = 119+84+153=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #775499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775499 is #88AB66. Grayscale: #666666. Windows color (decimal): -8956775 or 10048631. OLE color: 10048631.

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

Color convert

RGB 119 84 153 -
CMYK 0.22 0.45 0 0.4
HSL 270.43º 0.29% 0.46% -
HSV(B) 270.43º 0.45% 0.6% -
XYZ 16.53 12.56 31.69 -
YUV 102.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 119 84 153 0.22 0.45 0 0.4 270.43 0.29 0.46
Hex 77 54 99 16 2D 0 28 10E 1D 2E
Octal 167 124 231 26 55 0 50 416 35 56
Binary 1110111 1010100 10011001 10110 101101 0 101000 100001110 11101 101110

Color Harmonies of #775499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775499

Black with #775499

Text Example


Text Example

White with #775499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775499; }

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

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

background-color css

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

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

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

border-color css

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

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

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