#780273

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

Shades of Purple #780273

Tints of Purple #780273

Color information

#780273 (or 0x780273) is unknown color: approx Purple. HEX triplet: 78, 02 and 73. RGB value is (120,2,115). Sum of RGB (Red+Green+Blue) = 120+2+115=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780273 is #87FD8C. Grayscale: #313131. Windows color (decimal): -8912269 or 7537272. OLE color: 7537272.

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

Color convert

RGB1202115-
CMYK00.980.040.53
HSL302.54º96.72%23.92%-
HSV(B)302.54º98.33%47.06%-
XYZ10.865.2716.67-
YUV50.16164.59177.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=50.63%
G=0.84%
B=48.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120211500.980.040.53302.5496.7223.92
Hex7827306243512f6118
Octal1702163014246545714130
Binary111100010111001101100010100110101100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780273; }

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

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

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

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

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

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

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

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