#770253

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

Shades of Tyrian Purple #770253

Tints of Tyrian Purple #770253

Color information

#770253 (or 0x770253) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 53. RGB value is (119,2,83). Sum of RGB (Red+Green+Blue) = 119+2+83=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #770253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770253 is #88FDAC. Grayscale: #2E2E2E. Windows color (decimal): -8977837 or 5440119. OLE color: 5440119.

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

Color convert

RGB119283-
CMYK00.980.300.53
HSL318.46º96.69%23.73%-
HSV(B)318.46º98.32%46.67%-
XYZ9.194.598.59-
YUV46.22148.76179.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=58.33%
G=0.98%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11928300.980.300.53318.4696.6923.73
Hex772530621E3513e6118
Octal16721230142366547614130
Binary11101111010100110110001011110110101100111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770253; }

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

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

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

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

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

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

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

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