#750354

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

Shades of Tyrian Purple #750354

Tints of Tyrian Purple #750354

Color information

#750354 (or 0x750354) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 54. RGB value is (117,3,84). Sum of RGB (Red+Green+Blue) = 117+3+84=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #750354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750354 is #8AFCAB. Grayscale: #2E2E2E. Windows color (decimal): -9108652 or 5505909. OLE color: 5505909.

HSL color Cylindrical-coordinate representation of color #750354: hue angle of 317.37º degrees, saturation: 0.95, 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 #750354 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB117384-
CMYK00.970.280.54
HSL317.37º95%23.53%-
HSV(B)317.37º97.44%45.88%-
XYZ8.974.498.78-
YUV46.32149.27178.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=57.35%
G=1.47%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11738400.970.280.54317.379523.53
Hex753540611C3613d5f18
Octal16531240141346647513730
Binary11101011110101000110000111100110110100111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750354; }

 p { color: rgb(117,3,84); }

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

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

 a { background-color: rgb(117,3,84); }

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

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

 span { border-color: rgb(117,3,84); }

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