#750B38

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

Shades of Tyrian Purple #750B38

Tints of Tyrian Purple #750B38

Color information

#750B38 (or 0x750B38) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0B and 38. RGB value is (117,11,56). Sum of RGB (Red+Green+Blue) = 117+11+56=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #750B38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B38 is #8AF4C7. Grayscale: #2F2F2F. Windows color (decimal): -9106632 or 3672949. OLE color: 3672949.

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

Color convert

RGB1171156-
CMYK00.910.520.54
HSL334.53º82.81%25.1%-
HSV(B)334.53º90.6%45.88%-
XYZ8.174.314.14-
YUV47.82132.62177.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.59%
GREEN value IS 11 (4.69% from 255) = 5.98%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=63.59%
G=5.98%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117115600.910.520.54334.5382.8125.1
Hex75B3805B343614f5319
Octal16513700133646651712331
Binary1110101101111100001011011110100110110101001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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