Html Css Color HEX #775399 Studio

📋 copy color: '#775399'

red 119 ◦ green 83 ◦ blue 153

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

Shades of Studio #775399

Tints of Studio #775399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 33.52%
G = 23.38%
B = 43.1%

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

#775399 (or 0x775399) is known color: Studio. HEX triplet: 77, 53 and 99. RGB value is (119,83,153). Sum of RGB (Red+Green+Blue) = 119+83+153=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #775399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775399 is #88AC66. Grayscale: #656565. Windows color (decimal): -8957031 or 10048375. OLE color: 10048375.

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

Color convert

RGB 119 83 153 -
CMYK 0.22 0.46 0 0.4
HSL 270.86º 0.3% 0.46% -
HSV(B) 270.86º 0.46% 0.6% -
XYZ 16.45 12.41 31.67 -
YUV 101.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 119 83 153 0.22 0.46 0 0.4 270.86 0.3 0.46
Hex 77 53 99 16 2E 0 28 10F 1E 2E
Octal 167 123 231 26 56 0 50 417 36 56
Binary 1110111 1010011 10011001 10110 101110 0 101000 100001111 11110 101110

Color Harmonies of #775399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775399

Black with #775399

Text Example


Text Example

White with #775399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775399; }

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

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

background-color css

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

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

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

border-color css

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

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

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