#780648

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

Shades of Tyrian Purple #780648

Tints of Tyrian Purple #780648

Color information

#780648 (or 0x780648) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 48. RGB value is (120,6,72). Sum of RGB (Red+Green+Blue) = 120+6+72=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #780648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780648 is #87F9B7. Grayscale: #2F2F2F. Windows color (decimal): -8911288 or 4720248. OLE color: 4720248.

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

Color convert

RGB120672-
CMYK00.950.400.53
HSL325.26º90.48%24.71%-
HSV(B)325.26º95%47.06%-
XYZ8.984.596.54-
YUV47.61141.77179.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.61%
GREEN value IS 6 (2.73% from 255) = 3.03%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=60.61%
G=3.03%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12067200.950.400.53325.2690.4824.71
Hex7864805F28351455a19
Octal17061100137506550513231
Binary1111000110100100001011111101000110101101000101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780648; }

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

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

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

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

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

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

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

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