#750052

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

Shades of Tyrian Purple #750052

Tints of Tyrian Purple #750052

Color information

#750052 (or 0x750052) is unknown color: approx Tyrian Purple. HEX triplet: 75, 00 and 52. RGB value is (117,0,82). Sum of RGB (Red+Green+Blue) = 117+0+82=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #750052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750052 is #8AFFAD. Grayscale: #2C2C2C. Windows color (decimal): -9109422 or 5374069. OLE color: 5374069.

HSL color Cylindrical-coordinate representation of color #750052: hue angle of 317.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750052 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB117082-
CMYK010.300.54
HSL317.95º100%22.94%-
HSV(B)317.95º100%45.88%-
XYZ8.864.398.36-
YUV44.33149.26179.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=58.79%
G=0%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117082010.300.54317.9510022.94
Hex750520641E3613e6417
Octal16501220144366647614427
Binary1110101010100100110010011110110110100111110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750052; }

 p { color: rgb(117,0,82); }

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

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

 a { background-color: rgb(117,0,82); }

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

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

 span { border-color: rgb(117,0,82); }

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