#77319F

Color #77319F Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #77319F

Tints of Royal Purple #77319F

Color information

#77319F (or 0x77319F) is unknown color: approx 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

RGB11949159-
CMYK0.250.6900.38
HSL278.18º52.88%40.78%-
HSV(B)278.18º69.18%62.35%-
XYZ14.968.6233.68-
YUV82.47171.19154.06-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119491590.250.6900.38278.1852.8840.78
Hex77319F19450261163529
Octal16761237311050464266551
Binary1110111110001100111111100110001010100110100010110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>