#770553

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

Shades of Tyrian Purple #770553

Tints of Tyrian Purple #770553

Color information

#770553 (or 0x770553) is unknown color: approx Tyrian Purple. HEX triplet: 77, 05 and 53. RGB value is (119,5,83). Sum of RGB (Red+Green+Blue) = 119+5+83=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770553 is #88FAAC. Grayscale: #2F2F2F. Windows color (decimal): -8977069 or 5440887. OLE color: 5440887.

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

Color convert

RGB119583-
CMYK00.960.300.53
HSL318.95º91.94%24.31%-
HSV(B)318.95º95.8%46.67%-
XYZ9.224.668.6-
YUV47.98147.77178.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=57.49%
G=2.42%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11958300.960.300.53318.9591.9424.31
Hex775530601E3513f5c18
Octal16751230140366547713430
Binary111011110110100110110000011110110101100111111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770553; }

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

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

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

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

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

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

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

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