Html Css Color HEX #77319F Royal Purple

📋 copy color: '#77319F'

red 119 ◦ green 49 ◦ blue 159

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

Shades of Royal Purple #77319F

Tints of Royal Purple #77319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

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

R = 36.39%
G = 14.98%
B = 48.62%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77319F (or 0x77319F) is known color: Royal Purple. HEX triplet: 77, 31 and 9F. RGB value is (119,49,159). Sum of RGB (Red+Green+Blue) = 119+49+159=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #77319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77319F is #88CE60. Grayscale: #525252. Windows color (decimal): -8965729 or 10432887. OLE color: 10432887.

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

Color convert

RGB 119 49 159 -
CMYK 0.25 0.69 0 0.38
HSL 278.18º 0.53% 0.41% -
HSV(B) 278.18º 0.69% 0.62% -
XYZ 14.96 8.62 33.68 -
YUV 82.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 119 49 159 0.25 0.69 0 0.38 278.18 0.53 0.41
Hex 77 31 9F 19 45 0 26 116 35 29
Octal 167 61 237 31 105 0 46 426 65 51
Binary 1110111 110001 10011111 11001 1000101 0 100110 100010110 110101 101001

Color Harmonies of #77319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77319F

Black with #77319F

Text Example


Text Example

White with #77319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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