#750339

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

Shades of Tyrian Purple #750339

Tints of Tyrian Purple #750339

Color information

#750339 (or 0x750339) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 39. RGB value is (117,3,57). Sum of RGB (Red+Green+Blue) = 117+3+57=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #750339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750339 is #8AFCC6. Grayscale: #2B2B2B. Windows color (decimal): -9108679 or 3736437. OLE color: 3736437.

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

Color convert

RGB117357-
CMYK00.970.510.54
HSL331.58º95%23.53%-
HSV(B)331.58º97.44%45.88%-
XYZ8.114.144.24-
YUV43.24135.77180.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=66.10%
G=1.69%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11735700.970.510.54331.589523.53
Hex75339061333614c5f18
Octal1653710141636651413730
Binary11101011111100101100001110011110110101001100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750339; }

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

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

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

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

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

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

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

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