#780065

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

Shades of Purple #780065

Tints of Purple #780065

Color information

#780065 (or 0x780065) is unknown color: approx Purple. HEX triplet: 78, 00 and 65. RGB value is (120,0,101). Sum of RGB (Red+Green+Blue) = 120+0+101=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780065 is #87FF9A. Grayscale: #2F2F2F. Windows color (decimal): -8912795 or 6619256. OLE color: 6619256.

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

Color convert

RGB1200101-
CMYK010.160.53
HSL309.5º100%23.53%-
HSV(B)309.5º100%47.06%-
XYZ10.094.9312.73-
YUV47.39158.26179.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=54.30%
G=0%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1200101010.160.53309.510023.53
Hex7806506410351366418
Octal17001450144206546614430
Binary1111000011001010110010010000110101100110110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780065; }

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

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

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

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

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

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

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

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