#782EA9

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

Shades of Royal Purple #782EA9

Tints of Royal Purple #782EA9

Color information

#782EA9 (or 0x782EA9) is unknown color: approx Royal Purple. HEX triplet: 78, 2E and A9. RGB value is (120,46,169). Sum of RGB (Red+Green+Blue) = 120+46+169=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 169 (66.41% from 255 or 50.45% from 335); Max value from RGB is 169 - color contains mainly: blue. Hex color #782EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782EA9 is #87D156. Grayscale: #515151. Windows color (decimal): -8900951 or 11087480. OLE color: 11087480.

HSL color Cylindrical-coordinate representation of color #782EA9: hue angle of 276.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782EA9 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12046169-
CMYK0.290.7300.34
HSL276.1º57.21%42.16%-
HSV(B)276.1º72.78%66.27%-
XYZ15.888.8138.4-
YUV82.15177.02155-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 169 (66.41% from 255) = 50.45%
R=35.82%
G=13.73%
B=50.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120461690.290.7300.34276.157.2142.16
Hex782EA91D49022114392a
Octal17056251351110424247152
Binary1111000101110101010011110110010010100010100010100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782EA9; }

 p { color: rgb(120,46,169); }

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

<style>
 a { background-color: #782EA9; }

 a { background-color: rgb(120,46,169); }

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

<style>
 span { border-color: #782EA9; }

 span { border-color: rgb(120,46,169); }

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