#750636

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

Shades of Tyrian Purple #750636

Tints of Tyrian Purple #750636

Color information

#750636 (or 0x750636) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 36. RGB value is (117,6,54). Sum of RGB (Red+Green+Blue) = 117+6+54=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #750636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750636 is #8AF9C9. Grayscale: #2C2C2C. Windows color (decimal): -9107914 or 3540597. OLE color: 3540597.

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

Color convert

RGB117654-
CMYK00.950.540.54
HSL334.05º90.24%24.12%-
HSV(B)334.05º94.87%45.88%-
XYZ8.074.183.87-
YUV44.66133.27179.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=66.10%
G=3.39%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11765400.950.540.54334.0590.2424.12
Hex7563605F363614e5a18
Octal1656660137666651613230
Binary111010111011011001011111110110110110101001110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750636; }

 p { color: rgb(117,6,54); }

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

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

 a { background-color: rgb(117,6,54); }

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

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

 span { border-color: rgb(117,6,54); }

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