Html Css Color HEX #77489F Studio

📋 copy color: '#77489F'

red 119 ◦ green 72 ◦ blue 159

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

Shades of Studio #77489F

Tints of Studio #77489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 34%
G = 20.57%
B = 45.43%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77489F (or 0x77489F) is known color: Studio. HEX triplet: 77, 48 and 9F. RGB value is (119,72,159). Sum of RGB (Red+Green+Blue) = 119+72+159=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #77489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77489F is #88B760. Grayscale: #5F5F5F. Windows color (decimal): -8959841 or 10438775. OLE color: 10438775.

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

Color convert

RGB 119 72 159 -
CMYK 0.25 0.55 0 0.38
HSL 272.41º 0.38% 0.45% -
HSV(B) 272.41º 0.55% 0.62% -
XYZ 16.18 11.06 34.08 -
YUV 95.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 119 72 159 0.25 0.55 0 0.38 272.41 0.38 0.45
Hex 77 48 9F 19 37 0 26 110 26 2D
Octal 167 110 237 31 67 0 46 420 46 55
Binary 1110111 1001000 10011111 11001 110111 0 100110 100010000 100110 101101

Color Harmonies of #77489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77489F

Black with #77489F

Text Example


Text Example

White with #77489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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