#750254

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

Shades of Tyrian Purple #750254

Tints of Tyrian Purple #750254

Color information

#750254 (or 0x750254) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 54. RGB value is (117,2,84). Sum of RGB (Red+Green+Blue) = 117+2+84=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750254 is #8AFDAB. Grayscale: #2D2D2D. Windows color (decimal): -9108908 or 5505653. OLE color: 5505653.

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

Color convert

RGB117284-
CMYK00.980.280.54
HSL317.22º96.64%23.33%-
HSV(B)317.22º98.29%45.88%-
XYZ8.964.478.78-
YUV45.73149.6178.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=57.64%
G=0.99%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11728400.980.280.54317.2296.6423.33
Hex752540621C3613d6117
Octal16521240142346647514127
Binary11101011010101000110001011100110110100111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750254; }

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

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

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

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

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

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

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

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