#78008B

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

Shades of Purple #78008B

Tints of Purple #78008B

Color information

#78008B (or 0x78008B) is unknown color: approx Purple. HEX triplet: 78, 00 and 8B. RGB value is (120,0,139). Sum of RGB (Red+Green+Blue) = 120+0+139=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #78008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78008B is #87FF74. Grayscale: #333333. Windows color (decimal): -8912757 or 9109624. OLE color: 9109624.

HSL color Cylindrical-coordinate representation of color #78008B: hue angle of 291.8º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78008B is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1200139-
CMYK0.14100.45
HSL291.8º100%27.25%-
HSV(B)291.8º100%54.51%-
XYZ12.415.8624.9-
YUV51.73177.26176.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=46.33%
G=0%
B=53.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12001390.14100.45291.810027.25
Hex7808BE6402D124641b
Octal17002131614405544414433
Binary1111000010001011111011001000101101100100100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78008B; }

 p { color: rgb(120,0,139); }

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

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

 a { background-color: rgb(120,0,139); }

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

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

 span { border-color: rgb(120,0,139); }

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