#780268

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

Shades of Purple #780268

Tints of Purple #780268

Color information

#780268 (or 0x780268) is unknown color: approx Purple. HEX triplet: 78, 02 and 68. RGB value is (120,2,104). Sum of RGB (Red+Green+Blue) = 120+2+104=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780268 is #87FD97. Grayscale: #303030. Windows color (decimal): -8912280 or 6816376. OLE color: 6816376.

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

Color convert

RGB1202104-
CMYK00.980.130.53
HSL308.14º96.72%23.92%-
HSV(B)308.14º98.33%47.06%-
XYZ10.275.0413.53-
YUV48.91159.09178.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=53.10%
G=0.88%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120210400.980.130.53308.1496.7223.92
Hex78268062D351346118
Octal17021500142156546414130
Binary1111000101101000011000101101110101100110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780268; }

 p { color: rgb(120,2,104); }

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

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

 a { background-color: rgb(120,2,104); }

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

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

 span { border-color: rgb(120,2,104); }

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