#750244

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

Shades of Tyrian Purple #750244

Tints of Tyrian Purple #750244

Color information

#750244 (or 0x750244) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 44. RGB value is (117,2,68). Sum of RGB (Red+Green+Blue) = 117+2+68=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #750244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750244 is #8AFDBB. Grayscale: #2B2B2B. Windows color (decimal): -9108924 or 4457077. OLE color: 4457077.

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

Color convert

RGB117268-
CMYK00.980.420.54
HSL325.57º96.64%23.33%-
HSV(B)325.57º98.29%45.88%-
XYZ8.44.245.84-
YUV43.91141.6180.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=62.57%
G=1.07%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11726800.980.420.54325.5796.6423.33
Hex752440622A361466117
Octal16521040142526650614127
Binary111010110100010001100010101010110110101000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750244; }

 p { color: rgb(117,2,68); }

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

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

 a { background-color: rgb(117,2,68); }

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

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

 span { border-color: rgb(117,2,68); }

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