#750037

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

Shades of Tyrian Purple #750037

Tints of Tyrian Purple #750037

Color information

#750037 (or 0x750037) is unknown color: approx Tyrian Purple. HEX triplet: 75, 00 and 37. RGB value is (117,0,55). Sum of RGB (Red+Green+Blue) = 117+0+55=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #750037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750037 is #8AFFC8. Grayscale: #292929. Windows color (decimal): -9109449 or 3604597. OLE color: 3604597.

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

Color convert

RGB117055-
CMYK010.530.54
HSL331.79º100%22.94%-
HSV(B)331.79º100%45.88%-
XYZ8.034.063.97-
YUV41.25135.76182.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=68.02%
G=0%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117055010.530.54331.7910022.94
Hex75037064353614c6417
Octal1650670144656651414427
Binary1110101011011101100100110101110110101001100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750037; }

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

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

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

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

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

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

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

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