#750353

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

Shades of Tyrian Purple #750353

Tints of Tyrian Purple #750353

Color information

#750353 (or 0x750353) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 53. RGB value is (117,3,83). Sum of RGB (Red+Green+Blue) = 117+3+83=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750353 is #8AFCAC. Grayscale: #2E2E2E. Windows color (decimal): -9108653 or 5440373. OLE color: 5440373.

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

Color convert

RGB117383-
CMYK00.970.290.54
HSL317.89º95%23.53%-
HSV(B)317.89º97.44%45.88%-
XYZ8.934.478.58-
YUV46.21148.77178.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=57.64%
G=1.48%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11738300.970.290.54317.899523.53
Hex753530611D3613e5f18
Octal16531230141356647613730
Binary11101011110100110110000111101110110100111110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750353; }

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

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

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

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

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

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

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

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