#78046A

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

Shades of Purple #78046A

Tints of Purple #78046A

Color information

#78046A (or 0x78046A) is unknown color: approx Purple. HEX triplet: 78, 04 and 6A. RGB value is (120,4,106). Sum of RGB (Red+Green+Blue) = 120+4+106=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78046A is #87FB95. Grayscale: #323232. Windows color (decimal): -8911766 or 6947960. OLE color: 6947960.

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

Color convert

RGB1204106-
CMYK00.970.120.53
HSL307.24º93.55%24.31%-
HSV(B)307.24º96.67%47.06%-
XYZ10.395.1214.08-
YUV50.31159.43177.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 4 (1.95% from 255) = 1.74%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=52.17%
G=1.74%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120410600.970.120.53307.2493.5524.31
Hex7846A061C351335e18
Octal17041520141146546313630
Binary11110001001101010011000011100110101100110011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78046A; }

 p { color: rgb(120,4,106); }

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

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

 a { background-color: rgb(120,4,106); }

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

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

 span { border-color: rgb(120,4,106); }

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