#780275

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

Shades of Purple #780275

Tints of Purple #780275

Color information

#780275 (or 0x780275) is unknown color: approx Purple. HEX triplet: 78, 02 and 75. RGB value is (120,2,117). Sum of RGB (Red+Green+Blue) = 120+2+117=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #780275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780275 is #87FD8A. Grayscale: #323232. Windows color (decimal): -8912267 or 7668344. OLE color: 7668344.

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

Color convert

RGB1202117-
CMYK00.980.020.53
HSL301.53º96.72%23.92%-
HSV(B)301.53º98.33%47.06%-
XYZ10.985.3217.28-
YUV50.39165.59177.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=50.21%
G=0.84%
B=48.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120211700.980.020.53301.5396.7223.92
Hex7827506223512e6118
Octal1702165014226545614130
Binary11110001011101010110001010110101100101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780275; }

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

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

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

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

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

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

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

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