#780392

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

Shades of Purple #780392

Tints of Purple #780392

Color information

#780392 (or 0x780392) is unknown color: approx Purple. HEX triplet: 78, 03 and 92. RGB value is (120,3,146). Sum of RGB (Red+Green+Blue) = 120+3+146=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #780392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780392 is #87FC6D. Grayscale: #353535. Windows color (decimal): -8911982 or 9569144. OLE color: 9569144.

HSL color Cylindrical-coordinate representation of color #780392: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780392 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1203146-
CMYK0.180.9800.43
HSL289.09º95.97%29.22%-
HSV(B)289.09º97.95%57.25%-
XYZ12.976.1327.69-
YUV54.28179.76174.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=44.61%
G=1.12%
B=54.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12031460.180.9800.43289.0995.9729.22
Hex78392126202B121601d
Octal17032222214205344114035
Binary111100011100100101001011000100101011100100001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780392; }

 p { color: rgb(120,3,146); }

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

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

 a { background-color: rgb(120,3,146); }

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

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

 span { border-color: rgb(120,3,146); }

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