#78056A

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

Shades of Purple #78056A

Tints of Purple #78056A

Color information

#78056A (or 0x78056A) is unknown color: approx Purple. HEX triplet: 78, 05 and 6A. RGB value is (120,5,106). Sum of RGB (Red+Green+Blue) = 120+5+106=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78056A is #87FA95. Grayscale: #323232. Windows color (decimal): -8911510 or 6948216. OLE color: 6948216.

HSL color Cylindrical-coordinate representation of color #78056A: hue angle of 307.3º 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 #78056A is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB1205106-
CMYK00.960.120.53
HSL307.3º92%24.51%-
HSV(B)307.3º95.83%47.06%-
XYZ10.45.1414.08-
YUV50.9159.1177.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=51.95%
G=2.16%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120510600.960.120.53307.39224.51
Hex7856A060C351335c19
Octal17051520140146546313431
Binary11110001011101010011000001100110101100110011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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