#780469

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

Shades of Purple #780469

Tints of Purple #780469

Color information

#780469 (or 0x780469) is unknown color: approx Purple. HEX triplet: 78, 04 and 69. RGB value is (120,4,105). Sum of RGB (Red+Green+Blue) = 120+4+105=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #780469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780469 is #87FB96. Grayscale: #313131. Windows color (decimal): -8911767 or 6882424. OLE color: 6882424.

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

Color convert

RGB1204105-
CMYK00.970.130.53
HSL307.76º93.55%24.31%-
HSV(B)307.76º96.67%47.06%-
XYZ10.345.113.8-
YUV50.2158.93177.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=52.40%
G=1.75%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120410500.970.130.53307.7693.5524.31
Hex78469061D351345e18
Octal17041510141156546413630
Binary11110001001101001011000011101110101100110100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780469; }

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

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

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

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

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

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

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

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