#780092

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

Shades of Purple #780092

Tints of Purple #780092

Color information

#780092 (or 0x780092) is unknown color: approx Purple. HEX triplet: 78, 00 and 92. RGB value is (120,0,146). Sum of RGB (Red+Green+Blue) = 120+0+146=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #780092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780092 is #87FF6D. Grayscale: #343434. Windows color (decimal): -8912750 or 9568376. OLE color: 9568376.

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

Color convert

RGB1200146-
CMYK0.18100.43
HSL289.32º100%28.63%-
HSV(B)289.32º100%57.25%-
XYZ12.936.0727.68-
YUV52.52180.76176.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=45.11%
G=0%
B=54.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12001460.18100.43289.3210028.63
Hex78092126402B121641d
Octal17002222214405344114435
Binary11110000100100101001011001000101011100100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780092; }

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

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

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

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

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

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

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

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