#782DAB

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

Shades of Royal Purple #782DAB

Tints of Royal Purple #782DAB

Color information

#782DAB (or 0x782DAB) is unknown color: approx Royal Purple. HEX triplet: 78, 2D and AB. RGB value is (120,45,171). Sum of RGB (Red+Green+Blue) = 120+45+171=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #782DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782DAB is #87D254. Grayscale: #515151. Windows color (decimal): -8901205 or 11218296. OLE color: 11218296.

HSL color Cylindrical-coordinate representation of color #782DAB: hue angle of 275.71º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #782DAB is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12045171-
CMYK0.300.7400.33
HSL275.71º58.33%42.35%-
HSV(B)275.71º73.68%67.06%-
XYZ16.038.8139.38-
YUV81.79178.35155.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 45 (17.97% from 255) = 13.39%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=35.71%
G=13.39%
B=50.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120451710.300.7400.33275.7158.3342.35
Hex782DAB1E4A0211143a2a
Octal17055253361120414247252
Binary1111000101101101010111111010010100100001100010100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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