#78068A

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

Shades of Purple #78068A

Tints of Purple #78068A

Color information

#78068A (or 0x78068A) is unknown color: approx Purple. HEX triplet: 78, 06 and 8A. RGB value is (120,6,138). Sum of RGB (Red+Green+Blue) = 120+6+138=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #78068A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78068A is #87F975. Grayscale: #363636. Windows color (decimal): -8911222 or 9045624. OLE color: 9045624.

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

Color convert

RGB1206138-
CMYK0.130.9600.46
HSL291.82º91.67%28.24%-
HSV(B)291.82º95.65%54.12%-
XYZ12.45.9624.54-
YUV55.13174.77174.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 6 (2.73% from 255) = 2.27%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=45.45%
G=2.27%
B=52.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12061380.130.9600.46291.8291.6728.24
Hex7868AD6002E1245c1c
Octal17062121514005644413434
Binary111100011010001010110111000000101110100100100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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