#750645

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

Shades of Tyrian Purple #750645

Tints of Tyrian Purple #750645

Color information

#750645 (or 0x750645) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 45. RGB value is (117,6,69). Sum of RGB (Red+Green+Blue) = 117+6+69=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #750645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750645 is #8AF9BA. Grayscale: #2E2E2E. Windows color (decimal): -9107899 or 4523637. OLE color: 4523637.

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

Color convert

RGB117669-
CMYK00.950.410.54
HSL325.95º90.24%24.12%-
HSV(B)325.95º94.87%45.88%-
XYZ8.484.346.02-
YUV46.37140.77178.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=60.94%
G=3.12%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11766900.950.410.54325.9590.2424.12
Hex7564505F29361465a18
Octal16561050137516650613230
Binary1110101110100010101011111101001110110101000110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750645; }

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

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

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

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

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

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

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

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