#770548

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

Shades of Tyrian Purple #770548

Tints of Tyrian Purple #770548

Color information

#770548 (or 0x770548) is unknown color: approx Tyrian Purple. HEX triplet: 77, 05 and 48. RGB value is (119,5,72). Sum of RGB (Red+Green+Blue) = 119+5+72=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #770548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770548 is #88FAB7. Grayscale: #2E2E2E. Windows color (decimal): -8977080 or 4719991. OLE color: 4719991.

HSL color Cylindrical-coordinate representation of color #770548: hue angle of 324.74º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770548 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB119572-
CMYK00.960.390.53
HSL324.74º91.94%24.31%-
HSV(B)324.74º95.8%46.67%-
XYZ8.834.56.53-
YUV46.72142.27179.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=60.71%
G=2.55%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11957200.960.390.53324.7491.9424.31
Hex7754806027351455c18
Octal16751100140476550513430
Binary1110111101100100001100000100111110101101000101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770548; }

 p { color: rgb(119,5,72); }

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

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

 a { background-color: rgb(119,5,72); }

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

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

 span { border-color: rgb(119,5,72); }

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