Html Css Color HEX #77499F Studio

📋 copy color: '#77499F'

red 119 ◦ green 73 ◦ blue 159

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

Shades of Studio #77499F

Tints of Studio #77499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 159 (62.5% from 255) = 45.3%

R = 33.9%
G = 20.8%
B = 45.3%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77499F (or 0x77499F) is known color: Studio. HEX triplet: 77, 49 and 9F. RGB value is (119,73,159). Sum of RGB (Red+Green+Blue) = 119+73+159=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #77499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77499F is #88B660. Grayscale: #606060. Windows color (decimal): -8959585 or 10439031. OLE color: 10439031.

HSL color Cylindrical-coordinate representation of color #77499F: hue angle of 272.09º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77499F is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 73 159 -
CMYK 0.25 0.54 0 0.38
HSL 272.09º 0.37% 0.45% -
HSV(B) 272.09º 0.54% 0.62% -
XYZ 16.25 11.19 34.1 -
YUV 96.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 119 73 159 0.25 0.54 0 0.38 272.09 0.37 0.45
Hex 77 49 9F 19 36 0 26 110 25 2D
Octal 167 111 237 31 66 0 46 420 45 55
Binary 1110111 1001001 10011111 11001 110110 0 100110 100010000 100101 101101

Color Harmonies of #77499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77499F

Black with #77499F

Text Example


Text Example

White with #77499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77499F; }

 p { color: rgb(119,73,159); }

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

background-color css

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

 a { background-color: rgb(119,73,159); }

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

border-color css

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

 span { border-color: rgb(119,73,159); }

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