#78056B

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

Shades of Purple #78056B

Tints of Purple #78056B

Color information

#78056B (or 0x78056B) is unknown color: approx Purple. HEX triplet: 78, 05 and 6B. RGB value is (120,5,107). Sum of RGB (Red+Green+Blue) = 120+5+107=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78056B is #87FA94. Grayscale: #323232. Windows color (decimal): -8911509 or 7013752. OLE color: 7013752.

HSL color Cylindrical-coordinate representation of color #78056B: hue angle of 306.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78056B is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB1205107-
CMYK00.960.110.53
HSL306.78º92%24.51%-
HSV(B)306.78º95.83%47.06%-
XYZ10.455.1614.36-
YUV51.01159.6177.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=51.72%
G=2.16%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120510700.960.110.53306.789224.51
Hex7856B060B351335c19
Octal17051530140136546313431
Binary11110001011101011011000001011110101100110011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,5,107); }

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

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

 a { background-color: rgb(120,5,107); }

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

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

 span { border-color: rgb(120,5,107); }

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