#780669

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

Shades of Purple #780669

Tints of Purple #780669

Color information

#780669 (or 0x780669) is unknown color: approx Purple. HEX triplet: 78, 06 and 69. RGB value is (120,6,105). Sum of RGB (Red+Green+Blue) = 120+6+105=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #780669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780669 is #87F996. Grayscale: #333333. Windows color (decimal): -8911255 or 6882936. OLE color: 6882936.

HSL color Cylindrical-coordinate representation of color #780669: hue angle of 307.89º 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 #780669 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB1206105-
CMYK00.950.130.53
HSL307.89º90.48%24.71%-
HSV(B)307.89º95%47.06%-
XYZ10.365.1413.81-
YUV51.37158.27176.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 6 (2.73% from 255) = 2.60%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=51.95%
G=2.60%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120610500.950.130.53307.8990.4824.71
Hex7866905FD351345a19
Octal17061510137156546413231
Binary11110001101101001010111111101110101100110100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780669; }

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

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

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

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

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

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

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

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