Html Css Color HEX #775299 Studio

📋 copy color: '#775299'

red 119 ◦ green 82 ◦ blue 153

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

Shades of Studio #775299

Tints of Studio #775299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

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

R = 33.62%
G = 23.16%
B = 43.22%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#775299 (or 0x775299) is known color: Studio. HEX triplet: 77, 52 and 99. RGB value is (119,82,153). Sum of RGB (Red+Green+Blue) = 119+82+153=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #775299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775299 is #88AD66. Grayscale: #646464. Windows color (decimal): -8957287 or 10048119. OLE color: 10048119.

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

Color convert

RGB 119 82 153 -
CMYK 0.22 0.46 0 0.4
HSL 271.27º 0.3% 0.46% -
HSV(B) 271.27º 0.46% 0.6% -
XYZ 16.37 12.26 31.64 -
YUV 101.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 119 82 153 0.22 0.46 0 0.4 271.27 0.3 0.46
Hex 77 52 99 16 2E 0 28 10F 1E 2E
Octal 167 122 231 26 56 0 50 417 36 56
Binary 1110111 1010010 10011001 10110 101110 0 101000 100001111 11110 101110

Color Harmonies of #775299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775299

Black with #775299

Text Example


Text Example

White with #775299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775299; }

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

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

background-color css

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

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

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

border-color css

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

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

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