Html Css Color HEX #77419F Studio

📋 copy color: '#77419F'

red 119 ◦ green 65 ◦ blue 159

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

Shades of Studio #77419F

Tints of Studio #77419F

RGB

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

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

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

R = 34.69%
G = 18.95%
B = 46.36%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77419F (or 0x77419F) is known color: Studio. HEX triplet: 77, 41 and 9F. RGB value is (119,65,159). Sum of RGB (Red+Green+Blue) = 119+65+159=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #77419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77419F is #88BE60. Grayscale: #5B5B5B. Windows color (decimal): -8961633 or 10436983. OLE color: 10436983.

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

Color convert

RGB 119 65 159 -
CMYK 0.25 0.59 0 0.38
HSL 274.47º 0.42% 0.44% -
HSV(B) 274.47º 0.59% 0.62% -
XYZ 15.76 10.21 33.94 -
YUV 91.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 119 65 159 0.25 0.59 0 0.38 274.47 0.42 0.44
Hex 77 41 9F 19 3B 0 26 112 2A 2C
Octal 167 101 237 31 73 0 46 422 52 54
Binary 1110111 1000001 10011111 11001 111011 0 100110 100010010 101010 101100

Color Harmonies of #77419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77419F

Black with #77419F

Text Example


Text Example

White with #77419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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