#78399E

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

Shades of Royal Purple #78399E

Tints of Royal Purple #78399E

Color information

#78399E (or 0x78399E) is unknown color: approx Royal Purple. HEX triplet: 78, 39 and 9E. RGB value is (120,57,158). Sum of RGB (Red+Green+Blue) = 120+57+158=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #78399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78399E is #87C661. Grayscale: #575757. Windows color (decimal): -8898146 or 10369400. OLE color: 10369400.

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

Color convert

RGB12057158-
CMYK0.240.6400.38
HSL277.43º46.98%42.16%-
HSV(B)277.43º63.92%61.96%-
XYZ15.389.3933.35-
YUV87.35167.87151.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=35.82%
G=17.01%
B=47.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120571580.240.6400.38277.4346.9842.16
Hex78399E18400261152f2a
Octal17071236301000464255752
Binary1111000111001100111101100010000000100110100010101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78399E; }

 p { color: rgb(120,57,158); }

 H1.HeaderClassName
 {
   color: #78399E;
 }
 .AnyTagClassName
 {
   color: #78399E;
 }
</style>
background-color css

<style>
 a { background-color: #78399E; }

 a { background-color: rgb(120,57,158); }

 div.DivClassName
 {
   background-color: #78399E;
 }
 .BgClassName
 {
   background-color: #78399E;
 }
</style>
border-color css

<style>
 span { border-color: #78399E; }

 span { border-color: rgb(120,57,158); }

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