#780372

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

Shades of Purple #780372

Tints of Purple #780372

Color information

#780372 (or 0x780372) is unknown color: approx Purple. HEX triplet: 78, 03 and 72. RGB value is (120,3,114). Sum of RGB (Red+Green+Blue) = 120+3+114=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780372 is #87FC8D. Grayscale: #323232. Windows color (decimal): -8912014 or 7471992. OLE color: 7471992.

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

Color convert

RGB1203114-
CMYK00.980.050.53
HSL303.08º95.12%24.12%-
HSV(B)303.08º97.5%47.06%-
XYZ10.825.2716.37-
YUV50.64163.76177.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=50.63%
G=1.27%
B=48.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120311400.980.050.53303.0895.1224.12
Hex7837206253512f5f18
Octal1703162014256545713730
Binary111100011111001001100010101110101100101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780372; }

 p { color: rgb(120,3,114); }

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

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

 a { background-color: rgb(120,3,114); }

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

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

 span { border-color: rgb(120,3,114); }

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