#782DAE

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

Shades of Royal Purple #782DAE

Tints of Royal Purple #782DAE

Color information

#782DAE (or 0x782DAE) is unknown color: approx Royal Purple. HEX triplet: 78, 2D and AE. RGB value is (120,45,174). Sum of RGB (Red+Green+Blue) = 120+45+174=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #782DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782DAE is #87D251. Grayscale: #515151. Windows color (decimal): -8901202 or 11414904. OLE color: 11414904.

HSL color Cylindrical-coordinate representation of color #782DAE: hue angle of 274.88º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #782DAE is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12045174-
CMYK0.310.7400.32
HSL274.88º58.9%42.94%-
HSV(B)274.88º74.14%68.24%-
XYZ16.328.9340.91-
YUV82.13179.85155.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=35.40%
G=13.27%
B=51.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120451740.310.7400.32274.8858.942.94
Hex782DAE1F4A0201133b2b
Octal17055256371120404237353
Binary1111000101101101011101111110010100100000100010011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,45,174); }

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

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

 a { background-color: rgb(120,45,174); }

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

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

 span { border-color: rgb(120,45,174); }

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