#780658

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

Shades of Tyrian Purple #780658

Tints of Tyrian Purple #780658

Color information

#780658 (or 0x780658) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 58. RGB value is (120,6,88). Sum of RGB (Red+Green+Blue) = 120+6+88=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #780658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780658 is #87F9A7. Grayscale: #313131. Windows color (decimal): -8911272 or 5768824. OLE color: 5768824.

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

Color convert

RGB120688-
CMYK00.950.270.53
HSL316.84º90.48%24.71%-
HSV(B)316.84º95%47.06%-
XYZ9.574.839.66-
YUV49.43149.77178.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=56.07%
G=2.80%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12068800.950.270.53316.8490.4824.71
Hex7865805F1B3513d5a19
Octal17061300137336547513231
Binary111100011010110000101111111011110101100111101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780658; }

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

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

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

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

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

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

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

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