#750452

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

Shades of Tyrian Purple #750452

Tints of Tyrian Purple #750452

Color information

#750452 (or 0x750452) is unknown color: approx Tyrian Purple. HEX triplet: 75, 04 and 52. RGB value is (117,4,82). Sum of RGB (Red+Green+Blue) = 117+4+82=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750452 is #8AFBAD. Grayscale: #2E2E2E. Windows color (decimal): -9108398 or 5375093. OLE color: 5375093.

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

Color convert

RGB117482-
CMYK00.970.300.54
HSL318.58º93.39%23.73%-
HSV(B)318.58º96.58%45.88%-
XYZ8.94.488.38-
YUV46.68147.94178.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=57.64%
G=1.97%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11748200.970.300.54318.5893.3923.73
Hex754520611E3613f5d18
Octal16541220141366647713530
Binary111010110010100100110000111110110110100111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750452; }

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

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

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

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

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

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

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

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