#770252

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

Shades of Tyrian Purple #770252

Tints of Tyrian Purple #770252

Color information

#770252 (or 0x770252) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 52. RGB value is (119,2,82). Sum of RGB (Red+Green+Blue) = 119+2+82=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #770252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770252 is #88FDAD. Grayscale: #2D2D2D. Windows color (decimal): -8977838 or 5374583. OLE color: 5374583.

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

Color convert

RGB119282-
CMYK00.980.310.53
HSL318.97º96.69%23.73%-
HSV(B)318.97º98.32%46.67%-
XYZ9.154.578.38-
YUV46.1148.26180-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=58.62%
G=0.99%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11928200.980.310.53318.9796.6923.73
Hex772520621F3513f6118
Octal16721220142376547714130
Binary11101111010100100110001011111110101100111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770252; }

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

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

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

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

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

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

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

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