#780564

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

Shades of Purple #780564

Tints of Purple #780564

Color information

#780564 (or 0x780564) is unknown color: approx Purple. HEX triplet: 78, 05 and 64. RGB value is (120,5,100). Sum of RGB (Red+Green+Blue) = 120+5+100=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #780564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780564 is #87FA9B. Grayscale: #313131. Windows color (decimal): -8911516 or 6555000. OLE color: 6555000.

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

Color convert

RGB1205100-
CMYK00.960.170.53
HSL310.43º92%24.51%-
HSV(B)310.43º95.83%47.06%-
XYZ10.15.0212.49-
YUV50.22156.1177.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=53.33%
G=2.22%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120510000.960.170.53310.439224.51
Hex7856406011351365c19
Octal17051440140216546613431
Binary111100010111001000110000010001110101100110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780564; }

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

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

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

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

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

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

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

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