#78107B

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

Shades of Purple #78107B

Tints of Purple #78107B

Color information

#78107B (or 0x78107B) is unknown color: approx Purple. HEX triplet: 78, 10 and 7B. RGB value is (120,16,123). Sum of RGB (Red+Green+Blue) = 120+16+123=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #78107B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78107B is #87EF84. Grayscale: #3A3A3A. Windows color (decimal): -8908677 or 8065144. OLE color: 8065144.

HSL color Cylindrical-coordinate representation of color #78107B: hue angle of 298.32º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78107B is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12016123-
CMYK0.020.8700.52
HSL298.32º76.98%27.25%-
HSV(B)298.32º86.99%48.24%-
XYZ11.515.7919.25-
YUV59.29163.96171.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 16 (6.64% from 255) = 6.18%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=46.33%
G=6.18%
B=47.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120161230.020.8700.52298.3276.9827.25
Hex78107B25703412a4d1b
Octal17020173212706445211533
Binary11110001000011110111010101110110100100101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,16,123); }

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

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

 a { background-color: rgb(120,16,123); }

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

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

 span { border-color: rgb(120,16,123); }

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