Html Css Color HEX #77419C Studio

📋 copy color: '#77419C'

red 119 ◦ green 65 ◦ blue 156

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

Shades of Studio #77419C

Tints of Studio #77419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.12%

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 35%
G = 19.12%
B = 45.88%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77419C (or 0x77419C) is known color: Studio. HEX triplet: 77, 41 and 9C. RGB value is (119,65,156). Sum of RGB (Red+Green+Blue) = 119+65+156=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #77419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77419C is #88BE63. Grayscale: #5B5B5B. Windows color (decimal): -8961636 or 10240375. OLE color: 10240375.

HSL color Cylindrical-coordinate representation of color #77419C: hue angle of 275.6º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77419C is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 65 156 -
CMYK 0.24 0.58 0 0.39
HSL 275.6º 0.41% 0.43% -
HSV(B) 275.6º 0.58% 0.61% -
XYZ 15.5 10.1 32.59 -
YUV 91.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 119 65 156 0.24 0.58 0 0.39 275.6 0.41 0.43
Hex 77 41 9C 18 3A 0 27 114 29 2B
Octal 167 101 234 30 72 0 47 424 51 53
Binary 1110111 1000001 10011100 11000 111010 0 100111 100010100 101001 101011

Color Harmonies of #77419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77419C

Black with #77419C

Text Example


Text Example

White with #77419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77419C; }

 p { color: rgb(119,65,156); }

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

background-color css

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

 a { background-color: rgb(119,65,156); }

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

border-color css

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

 span { border-color: rgb(119,65,156); }

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