#750754

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

Shades of Tyrian Purple #750754

Tints of Tyrian Purple #750754

Color information

#750754 (or 0x750754) is unknown color: approx Tyrian Purple. HEX triplet: 75, 07 and 54. RGB value is (117,7,84). Sum of RGB (Red+Green+Blue) = 117+7+84=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #750754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750754 is #8AF8AB. Grayscale: #303030. Windows color (decimal): -9107628 or 5506933. OLE color: 5506933.

HSL color Cylindrical-coordinate representation of color #750754: hue angle of 318º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750754 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB117784-
CMYK00.940.280.54
HSL318º88.71%24.31%-
HSV(B)318º94.02%45.88%-
XYZ9.014.578.8-
YUV48.67147.94176.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=56.25%
G=3.37%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11778400.940.280.5431888.7124.31
Hex7575405E1C3613e5918
Octal16571240136346647613130
Binary111010111110101000101111011100110110100111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750754; }

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

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

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

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

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

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

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

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