#780264

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

Shades of Purple #780264

Tints of Purple #780264

Color information

#780264 (or 0x780264) is unknown color: approx Purple. HEX triplet: 78, 02 and 64. RGB value is (120,2,100). Sum of RGB (Red+Green+Blue) = 120+2+100=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #780264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780264 is #87FD9B. Grayscale: #303030. Windows color (decimal): -8912284 or 6554232. OLE color: 6554232.

HSL color Cylindrical-coordinate representation of color #780264: hue angle of 310.17º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780264 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1202100-
CMYK00.980.170.53
HSL310.17º96.72%23.92%-
HSV(B)310.17º98.33%47.06%-
XYZ10.074.9612.48-
YUV48.45157.09179.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=54.05%
G=0.90%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120210000.980.170.53310.1796.7223.92
Hex7826406211351366118
Octal17021440142216546614130
Binary11110001011001000110001010001110101100110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780264; }

 p { color: rgb(120,2,100); }

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

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

 a { background-color: rgb(120,2,100); }

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

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

 span { border-color: rgb(120,2,100); }

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