#750A3F

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

Shades of Tyrian Purple #750A3F

Tints of Tyrian Purple #750A3F

Color information

#750A3F (or 0x750A3F) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0A and 3F. RGB value is (117,10,63). Sum of RGB (Red+Green+Blue) = 117+10+63=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A3F is #8AF5C0. Grayscale: #2F2F2F. Windows color (decimal): -9106881 or 4131445. OLE color: 4131445.

HSL color Cylindrical-coordinate representation of color #750A3F: hue angle of 330.28º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A3F is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1171063-
CMYK00.910.460.54
HSL330.28º84.25%24.9%-
HSV(B)330.28º91.45%45.88%-
XYZ8.344.365.1-
YUV48.04136.45177.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 63 (25% from 255) = 33.16%
R=61.58%
G=5.26%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117106300.910.460.54330.2884.2524.9
Hex75A3F05B2E3614a5419
Octal16512770133566651212431
Binary1110101101011111101011011101110110110101001010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750A3F; }

 p { color: rgb(117,10,63); }

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

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

 a { background-color: rgb(117,10,63); }

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

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

 span { border-color: rgb(117,10,63); }

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