#750152

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

Shades of Tyrian Purple #750152

Tints of Tyrian Purple #750152

Color information

#750152 (or 0x750152) is unknown color: approx Tyrian Purple. HEX triplet: 75, 01 and 52. RGB value is (117,1,82). Sum of RGB (Red+Green+Blue) = 117+1+82=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #750152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750152 is #8AFEAD. Grayscale: #2C2C2C. Windows color (decimal): -9109166 or 5374325. OLE color: 5374325.

HSL color Cylindrical-coordinate representation of color #750152: hue angle of 318.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 #750152 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB117182-
CMYK00.990.300.54
HSL318.1º98.31%23.14%-
HSV(B)318.1º99.15%45.88%-
XYZ8.874.418.37-
YUV44.92148.93179.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 82 (32.42% from 255) = 41%
R=58.5%
G=0.5%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11718200.990.300.54318.198.3123.14
Hex751520631E3613e6217
Octal16511220143366647614227
Binary1110101110100100110001111110110110100111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750152; }

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

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

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

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

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

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

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

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