#78066B

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

Shades of Purple #78066B

Tints of Purple #78066B

Color information

#78066B (or 0x78066B) is unknown color: approx Purple. HEX triplet: 78, 06 and 6B. RGB value is (120,6,107). Sum of RGB (Red+Green+Blue) = 120+6+107=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78066B is #87F994. Grayscale: #333333. Windows color (decimal): -8911253 or 7014008. OLE color: 7014008.

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

Color convert

RGB1206107-
CMYK00.950.110.53
HSL306.84º90.48%24.71%-
HSV(B)306.84º95%47.06%-
XYZ10.465.1814.36-
YUV51.6159.27176.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=51.50%
G=2.58%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120610700.950.110.53306.8490.4824.71
Hex7866B05FB351335a19
Octal17061530137136546313231
Binary11110001101101011010111111011110101100110011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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