#780274

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

Shades of Purple #780274

Tints of Purple #780274

Color information

#780274 (or 0x780274) is unknown color: approx Purple. HEX triplet: 78, 02 and 74. RGB value is (120,2,116). Sum of RGB (Red+Green+Blue) = 120+2+116=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #780274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780274 is #87FD8B. Grayscale: #313131. Windows color (decimal): -8912268 or 7602808. OLE color: 7602808.

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

Color convert

RGB1202116-
CMYK00.980.030.53
HSL302.03º96.72%23.92%-
HSV(B)302.03º98.33%47.06%-
XYZ10.925.316.97-
YUV50.28165.09177.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 116 (45.70% from 255) = 48.74%
R=50.42%
G=0.84%
B=48.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120211600.980.030.53302.0396.7223.92
Hex7827406233512e6118
Octal1702164014236545614130
Binary11110001011101000110001011110101100101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780274; }

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

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

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

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

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

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

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

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