Html Css Color HEX #77379C Royal Purple

📋 copy color: '#77379C'

red 119 ◦ green 55 ◦ blue 156

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

Shades of Royal Purple #77379C

Tints of Royal Purple #77379C

RGB

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

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

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

R = 36.06%
G = 16.67%
B = 47.27%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77379C (or 0x77379C) is known color: Royal Purple. HEX triplet: 77, 37 and 9C. RGB value is (119,55,156). Sum of RGB (Red+Green+Blue) = 119+55+156=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #77379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77379C is #88C863. Grayscale: #555555. Windows color (decimal): -8964196 or 10237815. OLE color: 10237815.

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

Color convert

RGB 119 55 156 -
CMYK 0.24 0.65 0 0.39
HSL 278.02º 0.48% 0.41% -
HSV(B) 278.02º 0.65% 0.61% -
XYZ 14.97 9.05 32.41 -
YUV 85.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 119 55 156 0.24 0.65 0 0.39 278.02 0.48 0.41
Hex 77 37 9C 18 41 0 27 116 30 29
Octal 167 67 234 30 101 0 47 426 60 51
Binary 1110111 110111 10011100 11000 1000001 0 100111 100010110 110000 101001

Color Harmonies of #77379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77379C

Black with #77379C

Text Example


Text Example

White with #77379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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