#780646

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

Shades of Tyrian Purple #780646

Tints of Tyrian Purple #780646

Color information

#780646 (or 0x780646) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 46. RGB value is (120,6,70). Sum of RGB (Red+Green+Blue) = 120+6+70=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #780646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780646 is #87F9B9. Grayscale: #2F2F2F. Windows color (decimal): -8911290 or 4589176. OLE color: 4589176.

HSL color Cylindrical-coordinate representation of color #780646: hue angle of 326.32º 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 #780646 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB120670-
CMYK00.950.420.53
HSL326.32º90.48%24.71%-
HSV(B)326.32º95%47.06%-
XYZ8.924.576.21-
YUV47.38140.77179.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.22%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=61.22%
G=3.06%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12067000.950.420.53326.3290.4824.71
Hex7864605F2A351465a19
Octal17061060137526550613231
Binary1111000110100011001011111101010110101101000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780646; }

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

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

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

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

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

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

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

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