#750648

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

Shades of Tyrian Purple #750648

Tints of Tyrian Purple #750648

Color information

#750648 (or 0x750648) is unknown color: approx Tyrian Purple. HEX triplet: 75, 06 and 48. RGB value is (117,6,72). Sum of RGB (Red+Green+Blue) = 117+6+72=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #750648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750648 is #8AF9B7. Grayscale: #2E2E2E. Windows color (decimal): -9107896 or 4720245. OLE color: 4720245.

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

Color convert

RGB117672-
CMYK00.950.380.54
HSL324.32º90.24%24.12%-
HSV(B)324.32º94.87%45.88%-
XYZ8.574.386.52-
YUV46.71142.27178.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 3.08%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=60%
G=3.08%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11767200.950.380.54324.3290.2424.12
Hex7564805F26361445a18
Octal16561100137466650413230
Binary1110101110100100001011111100110110110101000100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750648; }

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

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

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

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

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

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

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

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