#750135

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

Shades of Tyrian Purple #750135

Tints of Tyrian Purple #750135

Color information

#750135 (or 0x750135) is unknown color: approx Tyrian Purple. HEX triplet: 75, 01 and 35. RGB value is (117,1,53). Sum of RGB (Red+Green+Blue) = 117+1+53=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #750135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750135 is #8AFECA. Grayscale: #292929. Windows color (decimal): -9109195 or 3473781. OLE color: 3473781.

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

Color convert

RGB117153-
CMYK00.990.550.54
HSL333.1º98.31%23.14%-
HSV(B)333.1º99.15%45.88%-
XYZ7.994.063.73-
YUV41.61134.43181.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=68.42%
G=0.58%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11715300.990.550.54333.198.3123.14
Hex75135063373614d6217
Octal1651650143676651514227
Binary1110101111010101100011110111110110101001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750135; }

 p { color: rgb(117,1,53); }

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

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

 a { background-color: rgb(117,1,53); }

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

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

 span { border-color: rgb(117,1,53); }

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