Html Css Color HEX #77379D Royal Purple

📋 copy color: '#77379D'

red 119 ◦ green 55 ◦ blue 157

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

Shades of Royal Purple #77379D

Tints of Royal Purple #77379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 35.95%
G = 16.62%
B = 47.43%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77379D (or 0x77379D) is known color: Royal Purple. HEX triplet: 77, 37 and 9D. RGB value is (119,55,157). Sum of RGB (Red+Green+Blue) = 119+55+157=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #77379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77379D is #88C862. Grayscale: #555555. Windows color (decimal): -8964195 or 10303351. OLE color: 10303351.

HSL color Cylindrical-coordinate representation of color #77379D: hue angle of 277.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77379D is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 55 157 -
CMYK 0.24 0.65 0 0.38
HSL 277.65º 0.48% 0.42% -
HSV(B) 277.65º 0.65% 0.62% -
XYZ 15.06 9.09 32.86 -
YUV 85.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 119 55 157 0.24 0.65 0 0.38 277.65 0.48 0.42
Hex 77 37 9D 18 41 0 26 116 30 2A
Octal 167 67 235 30 101 0 46 426 60 52
Binary 1110111 110111 10011101 11000 1000001 0 100110 100010110 110000 101010

Color Harmonies of #77379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77379D

Black with #77379D

Text Example


Text Example

White with #77379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77379D; }

 p { color: rgb(119,55,157); }

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

background-color css

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

 a { background-color: rgb(119,55,157); }

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

border-color css

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

 span { border-color: rgb(119,55,157); }

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