#750333

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

Shades of Tyrian Purple #750333

Tints of Tyrian Purple #750333

Color information

#750333 (or 0x750333) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 33. RGB value is (117,3,51). Sum of RGB (Red+Green+Blue) = 117+3+51=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #750333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750333 is #8AFCCC. Grayscale: #2A2A2A. Windows color (decimal): -9108685 or 3343221. OLE color: 3343221.

HSL color Cylindrical-coordinate representation of color #750333: hue angle of 334.74º 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 #750333 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB117351-
CMYK00.970.560.54
HSL334.74º95%23.53%-
HSV(B)334.74º97.44%45.88%-
XYZ7.974.093.5-
YUV42.56132.77181.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 51 (20.31% from 255) = 29.82%
R=68.42%
G=1.75%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11735100.970.560.54334.749523.53
Hex75333061383614f5f18
Octal1653630141706651713730
Binary11101011111001101100001111000110110101001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750333; }

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

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

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

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

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

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

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

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