#750B3C

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

Shades of Tyrian Purple #750B3C

Tints of Tyrian Purple #750B3C

Color information

#750B3C (or 0x750B3C) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0B and 3C. RGB value is (117,11,60). Sum of RGB (Red+Green+Blue) = 117+11+60=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #750B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B3C is #8AF4C3. Grayscale: #303030. Windows color (decimal): -9106628 or 3935093. OLE color: 3935093.

HSL color Cylindrical-coordinate representation of color #750B3C: hue angle of 332.26º degrees, saturation: 0.83, 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 #750B3C is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1171160-
CMYK00.910.490.54
HSL332.26º82.81%25.1%-
HSV(B)332.26º90.6%45.88%-
XYZ8.274.354.68-
YUV48.28134.62177.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 11 (4.69% from 255) = 5.85%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=62.23%
G=5.85%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117116000.910.490.54332.2682.8125.1
Hex75B3C05B313614c5319
Octal16513740133616651412331
Binary1110101101111110001011011110001110110101001100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,11,60); }

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

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

 a { background-color: rgb(117,11,60); }

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

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

 span { border-color: rgb(117,11,60); }

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