#750338

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

Shades of Tyrian Purple #750338

Tints of Tyrian Purple #750338

Color information

#750338 (or 0x750338) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 38. RGB value is (117,3,56). Sum of RGB (Red+Green+Blue) = 117+3+56=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #750338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750338 is #8AFCC7. Grayscale: #2B2B2B. Windows color (decimal): -9108680 or 3670901. OLE color: 3670901.

HSL color Cylindrical-coordinate representation of color #750338: hue angle of 332.11º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750338 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB117356-
CMYK00.970.520.54
HSL332.11º95%23.53%-
HSV(B)332.11º97.44%45.88%-
XYZ8.084.134.11-
YUV43.13135.27180.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.48%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=66.48%
G=1.70%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11735600.970.520.54332.119523.53
Hex75338061343614c5f18
Octal1653700141646651413730
Binary11101011111100001100001110100110110101001100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750338; }

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

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

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

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

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

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

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

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