#760252

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

Shades of Tyrian Purple #760252

Tints of Tyrian Purple #760252

Color information

#760252 (or 0x760252) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 52. RGB value is (118,2,82). Sum of RGB (Red+Green+Blue) = 118+2+82=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #760252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760252 is #89FDAD. Grayscale: #2D2D2D. Windows color (decimal): -9043374 or 5374582. OLE color: 5374582.

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

Color convert

RGB118282-
CMYK00.980.310.54
HSL318.62º96.67%23.53%-
HSV(B)318.62º98.31%46.27%-
XYZ9.024.58.38-
YUV45.8148.43179.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=58.42%
G=0.99%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11828200.980.310.54318.6296.6723.53
Hex762520621F3613f6118
Octal16621220142376647714130
Binary11101101010100100110001011111110110100111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760252; }

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

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

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

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

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

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

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

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