#780663

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

Shades of Purple #780663

Tints of Purple #780663

Color information

#780663 (or 0x780663) is unknown color: approx Purple. HEX triplet: 78, 06 and 63. RGB value is (120,6,99). Sum of RGB (Red+Green+Blue) = 120+6+99=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #780663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780663 is #87F99C. Grayscale: #323232. Windows color (decimal): -8911261 or 6489720. OLE color: 6489720.

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

Color convert

RGB120699-
CMYK00.950.170.53
HSL311.05º90.48%24.71%-
HSV(B)311.05º95%47.06%-
XYZ10.065.0212.24-
YUV50.69155.27177.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 99 (39.06% from 255) = 44%
R=53.33%
G=2.67%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12069900.950.170.53311.0590.4824.71
Hex7866305F11351375a19
Octal17061430137216546713231
Binary111100011011000110101111110001110101100110111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780663; }

 p { color: rgb(120,6,99); }

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

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

 a { background-color: rgb(120,6,99); }

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

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

 span { border-color: rgb(120,6,99); }

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