#78188A

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

Shades of Purple #78188A

Tints of Purple #78188A

Color information

#78188A (or 0x78188A) is unknown color: approx Purple. HEX triplet: 78, 18 and 8A. RGB value is (120,24,138). Sum of RGB (Red+Green+Blue) = 120+24+138=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #78188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78188A is #87E775. Grayscale: #414141. Windows color (decimal): -8906614 or 9050232. OLE color: 9050232.

HSL color Cylindrical-coordinate representation of color #78188A: hue angle of 290.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78188A is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12024138-
CMYK0.130.8300.46
HSL290.53º70.37%31.76%-
HSV(B)290.53º82.61%54.12%-
XYZ12.666.4824.63-
YUV65.7168.8166.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=42.55%
G=8.51%
B=48.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120241380.130.8300.46290.5370.3731.76
Hex78188AD5302E1234620
Octal170302121512305644310640
Binary111100011000100010101101101001101011101001000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,24,138); }

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

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

 a { background-color: rgb(120,24,138); }

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

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

 span { border-color: rgb(120,24,138); }

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