Html Css Color HEX #775498 Studio

📋 copy color: '#775498'

red 119 ◦ green 84 ◦ blue 152

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

Shades of Studio #775498

Tints of Studio #775498

RGB

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

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

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

R = 33.52%
G = 23.66%
B = 42.82%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#775498 (or 0x775498) is known color: Studio. HEX triplet: 77, 54 and 98. RGB value is (119,84,152). Sum of RGB (Red+Green+Blue) = 119+84+152=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #775498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775498 is #88AB67. Grayscale: #656565. Windows color (decimal): -8956776 or 9983095. OLE color: 9983095.

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

Color convert

RGB 119 84 152 -
CMYK 0.22 0.45 0 0.40
HSL 270.88º 0.29% 0.46% -
HSV(B) 270.88º 0.45% 0.6% -
XYZ 16.45 12.53 31.26 -
YUV 102.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 119 84 152 0.22 0.45 0 0.40 270.88 0.29 0.46
Hex 77 54 98 16 2D 0 28 10F 1D 2E
Octal 167 124 230 26 55 0 50 417 35 56
Binary 1110111 1010100 10011000 10110 101101 0 101000 100001111 11101 101110

Color Harmonies of #775498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775498

Black with #775498

Text Example


Text Example

White with #775498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775498; }

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

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

background-color css

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

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

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

border-color css

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

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

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