#750C42

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

Shades of Tyrian Purple #750C42

Tints of Tyrian Purple #750C42

Color information

#750C42 (or 0x750C42) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0C and 42. RGB value is (117,12,66). Sum of RGB (Red+Green+Blue) = 117+12+66=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #750C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C42 is #8AF3BD. Grayscale: #313131. Windows color (decimal): -9106366 or 4328565. OLE color: 4328565.

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

Color convert

RGB1171266-
CMYK00.900.440.54
HSL329.14º81.4%25.29%-
HSV(B)329.14º89.74%45.88%-
XYZ8.454.445.57-
YUV49.55137.29176.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=60%
G=6.15%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117126600.900.440.54329.1481.425.29
Hex75C4205A2C361495119
Octal165141020132546651112131
Binary11101011100100001001011010101100110110101001001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,12,66); }

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

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

 a { background-color: rgb(117,12,66); }

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

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

 span { border-color: rgb(117,12,66); }

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